chore: correct typo docs (#13557)

Co-authored-by: futreall <ancur09@hotmail.com>
This commit is contained in:
Skylar Ray
2024-12-30 19:26:07 +02:00
committed by GitHub
parent e79199a3be
commit 00ad7f61d5
4 changed files with 5 additions and 5 deletions

View File

@ -45,7 +45,7 @@ impl From<DatabaseError> for BeaconConsensusEngineError {
/// Represents error cases for an applied forkchoice update.
///
/// This represents all possible error cases, that must be returned as JSON RCP errors back to the
/// This represents all possible error cases, that must be returned as JSON RPC errors back to the
/// beacon node.
#[derive(Debug, thiserror::Error)]
pub enum BeaconForkChoiceUpdateError {