We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b06317 commit 20f073aCopy full SHA for 20f073a
1 file changed
doc/en/types/casting.md
@@ -58,7 +58,7 @@ Using the **unary** plus operator, it is possible to cast to a number.
58
59
### Casting to a Boolean
60
61
-By using the **not** operator twice, a value can be converted a boolean.
+By using the **not** operator twice, a value can be converted to a boolean.
62
63
!!'foo'; // true
64
!!''; // false
0 commit comments