From 698843b45f0dddd6f862c0733838272e6b4aa7f8 Mon Sep 17 00:00:00 2001 From: Kenso Trabing Date: Wed, 14 Nov 2018 05:21:10 -0500 Subject: rpc: fix example typo (#18100) whishes --> wishes --- rpc/client_example_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpc/client_example_test.go') diff --git a/rpc/client_example_test.go b/rpc/client_example_test.go index 9c21c12d5..3bb8717b8 100644 --- a/rpc/client_example_test.go +++ b/rpc/client_example_test.go @@ -25,7 +25,7 @@ import ( "github.com/ethereum/go-ethereum/rpc" ) -// In this example, our client whishes to track the latest 'block number' +// In this example, our client wishes to track the latest 'block number' // known to the server. The server supports two methods: // // eth_getBlockByNumber("latest", {}) -- cgit