Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 0cd9bbf

Browse files
c410-f3randresilva
authored andcommitted
Fix Typo (#3805)
The `chain::error::FutureResult` doc is currently referring to the wrong structure
1 parent ce03f37 commit 0cd9bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/rpc/api/src/chain/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ use jsonrpc_core as rpc;
2323
/// Chain RPC Result type.
2424
pub type Result<T> = std::result::Result<T, Error>;
2525

26-
/// State RPC future Result type.
26+
/// Chain RPC future Result type.
2727
pub type FutureResult<T> = Box<dyn rpc::futures::Future<Item = T, Error = Error> + Send>;
2828

2929
/// Chain RPC errors.

0 commit comments

Comments
 (0)