Skip to content

Commit

Permalink
Remove unnecessary backslash
Browse files Browse the repository at this point in the history
fix #12838
  • Loading branch information
Amit0617 authored Apr 26, 2024
1 parent 7ee1347 commit 9f91a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/content/developers/docs/apis/json-rpc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ When encoding unformatted data (byte arrays, account addresses, hashes, bytecode
Here are some examples:

- 0x41 (size 1, "A")
- 0x004200 (size 3, "\0B\0")
- 0x004200 (size 3, "0B0")
- 0x (size 0, "")
- WRONG: 0xf0f0f (must be even number of digits)
- WRONG: 004200 (must be prefixed 0x)
Expand Down

0 comments on commit 9f91a31

Please sign in to comment.