Skip to content

Commit 1f91a84

Browse files
committed
Merge pull request BonsaiDen#264 from PoziWorld/patch-1
can be converted a boolean => converted to
2 parents e881fd1 + 20f073a commit 1f91a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/types/casting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Using the **unary** plus operator, it is possible to cast to a number.
5858

5959
### Casting to a Boolean
6060

61-
By using the **not** operator twice, a value can be converted a boolean.
61+
By using the **not** operator twice, a value can be converted to a boolean.
6262

6363
!!'foo'; // true
6464
!!''; // false

0 commit comments

Comments
 (0)