Skip to content
Snippets Groups Projects
Commit 8e0a14fe authored by kaichao's avatar kaichao Committed by Tomasz Drwięga
Browse files

Fix typo (#2762)

parent 5d205935
No related merge requests found
...@@ -19,7 +19,7 @@ use serde::Deserialize; ...@@ -19,7 +19,7 @@ use serde::Deserialize;
/// RPC Extrinsic or hash /// RPC Extrinsic or hash
/// ///
/// Allows to refer to extrinsics either by their raw representation or by it's hash. /// Allows to refer to extrinsic either by its raw representation or its hash.
#[derive(Debug, Deserialize)] #[derive(Debug, Deserialize)]
#[serde(rename_all = "camelCase")] #[serde(rename_all = "camelCase")]
pub enum ExtrinsicOrHash<Hash> { pub enum ExtrinsicOrHash<Hash> {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment