Skip to content

Commit d7e956f

Browse files
committed
Fixed a typoe residual double quatation.
1 parent 304949c commit d7e956f

File tree

1 file changed

+1
-1
lines changed
  • public/content/developers/docs/apis/json-rpc

1 file changed

+1
-1
lines changed

public/content/developers/docs/apis/json-rpc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1371,7 +1371,7 @@ Returns information about a uncle of a block by number and uncle index position.
13711371
13721372
**Parameters**
13731373
1374-
1. `QUANTITY|TAG` - a block number, or the string `"earliest"`, `"latest"`, `"pending"`, `"safe""`, `"finalized"`, as in the [default block parameter](/developers/docs/apis/json-rpc/#default-block).
1374+
1. `QUANTITY|TAG` - a block number, or the string `"earliest"`, `"latest"`, `"pending"`, `"safe"`, `"finalized"`, as in the [default block parameter](/developers/docs/apis/json-rpc/#default-block).
13751375
2. `QUANTITY` - the uncle's index position.
13761376
13771377
```js

0 commit comments

Comments
 (0)