Skip to content

Commit 9f91a31

Browse files
authored
Remove unnecessary backslash
fix #12838
1 parent 7ee1347 commit 9f91a31

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
@@ -53,7 +53,7 @@ When encoding unformatted data (byte arrays, account addresses, hashes, bytecode
5353
Here are some examples:
5454

5555
- 0x41 (size 1, "A")
56-
- 0x004200 (size 3, "\0B\0")
56+
- 0x004200 (size 3, "0B0")
5757
- 0x (size 0, "")
5858
- WRONG: 0xf0f0f (must be even number of digits)
5959
- WRONG: 004200 (must be prefixed 0x)

0 commit comments

Comments
 (0)