Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: John Jannotti <[email protected]>
  • Loading branch information
joe-p and jannotti authored Oct 2, 2023
1 parent 151a96a commit 4a18ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ARCs/arc-0047.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ For all other value, front-ends **MUST** decode the ABI value to display the hum

All ABI values **MUST** be encoded as base16 and prefixed with `0x`, with the exception of `uint64` which should be provided as an integer.

String values **MUST NOT** include any unescpaed `"` to ensure there is no TEAL injection.
String values **MUST NOT** include any unescaped `"` to ensure there is no TEAL injection.

All values **MUST** be validated to ensure they are encoded properly. This includes the following checks:

Expand Down

0 comments on commit 4a18ebd

Please sign in to comment.