From 8e0a14fe7aec9ba0f87ce00c034abbdc86d88a5b Mon Sep 17 00:00:00 2001 From: kaichao Date: Mon, 3 Jun 2019 17:55:16 +0800 Subject: [PATCH] Fix typo (#2762) --- substrate/core/rpc/src/author/hash.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/core/rpc/src/author/hash.rs b/substrate/core/rpc/src/author/hash.rs index 052c479834..96addf8ebc 100644 --- a/substrate/core/rpc/src/author/hash.rs +++ b/substrate/core/rpc/src/author/hash.rs @@ -19,7 +19,7 @@ use serde::Deserialize; /// 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)] #[serde(rename_all = "camelCase")] pub enum ExtrinsicOrHash {