Skip to content

Commit 7056e38

Browse files
committed
Fix typo
1 parent 120730e commit 7056e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/src/v2/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ impl fmt::Debug for RpcError {
1313
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
1414
match *self {
1515
Self::Unknown => write!(f, "unknown rpc error"),
16-
Self::InvalidParams => write!(f, "invalid paramsr"),
16+
Self::InvalidParams => write!(f, "invalid params"),
1717
}
1818
}
1919
}

0 commit comments

Comments
 (0)