Skip to content

Commit 3074b2c

Browse files
committed
Clarify wording
1 parent d1c508d commit 3074b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

development-guidelines/non-standard-tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The following tokens are known to be non-standard ERC20 tokens. They may have ad
44

55
## Missing Revert
66

7-
These tokens do not revert when a transfer fails due to missing funds. Protocols that integrate these tokens must include a check for the transfer success status in the function's return value and handle the failure case appropriately.
7+
These tokens do not revert when a transfer fails, e.g. due to missing funds. Protocols that integrate these tokens must include a check for the transfer function's returned boolean success status and handle the failure case appropriately.
88

99
| Token | Notes |
1010
| :--------------------------------------------------------------------------------------------------- | :---- |

0 commit comments

Comments
 (0)