瀏覽代碼

rpc: fix example typo (#18100)

whishes --> wishes
Kenso Trabing 7 年之前
父節點
當前提交
698843b45f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rpc/client_example_test.go

+ 1 - 1
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", {})