Skip to content

Commit 9bd2113

Browse files
authored
Correct typo
1 parent 3413cb1 commit 9bd2113

File tree

1 file changed

+1
-1
lines changed
  • not-so-smart-contracts/ton/int_as_boolean

1 file changed

+1
-1
lines changed

not-so-smart-contracts/ton/int_as_boolean/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ It demonstrats that the `~ 10` and `~ -10` both evaluate to `true` instead of be
8787

8888
- Always use `0` or `-1` in condition checks to get correct results.
8989
- Be careful with the logical operator usage on non-zero integer values.
90-
- Implement test cases to verify correct behavior of all condition checks with different interger values.
90+
- Implement test cases to verify correct behavior of all condition checks with different integer values.

0 commit comments

Comments
 (0)