From 9bd2113aeab878aac78993670ad95ce2adec9873 Mon Sep 17 00:00:00 2001 From: nisedo <73041332+nisedo@users.noreply.github.com> Date: Mon, 17 Feb 2025 16:44:48 +0100 Subject: [PATCH] Correct typo --- not-so-smart-contracts/ton/int_as_boolean/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/not-so-smart-contracts/ton/int_as_boolean/README.md b/not-so-smart-contracts/ton/int_as_boolean/README.md index 8707226a..22299d1a 100644 --- a/not-so-smart-contracts/ton/int_as_boolean/README.md +++ b/not-so-smart-contracts/ton/int_as_boolean/README.md @@ -87,4 +87,4 @@ It demonstrats that the `~ 10` and `~ -10` both evaluate to `true` instead of be - Always use `0` or `-1` in condition checks to get correct results. - Be careful with the logical operator usage on non-zero integer values. -- Implement test cases to verify correct behavior of all condition checks with different interger values. +- Implement test cases to verify correct behavior of all condition checks with different integer values.