aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'rpc/types.go')
-rw-r--r--rpc/types.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/types.go b/rpc/types.go
index 01b95a170..d8d736efb 100644
--- a/rpc/types.go
+++ b/rpc/types.go
@@ -135,7 +135,7 @@ const (
LatestBlockNumber = BlockNumber(-1)
)
-// UnmarshalJSON parses the given JSON fragement into a BlockNumber. It supports:
+// UnmarshalJSON parses the given JSON fragment into a BlockNumber. It supports:
// - "latest", "earliest" or "pending" as string arguments
// - the block number
// Returned errors: