Skip to content

Commit 6aac39c

Browse files
authored
Update README.md
1 parent 5b0e113 commit 6aac39c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,13 @@ A float can finite (e.g. 3.14), infinite (i.e. INF or -INF), or not a number (i.
142142

143143
Only and only the following values are valid representations of boolean values:
144144
* `false`
145-
* int(0)
146-
* string(1) "0"
147-
* bool(false)
145+
* int(0)
146+
* string(1) "0"
147+
* bool(false)
148148
* `true`
149-
* int(1)
150-
* string(1) "1"
151-
* bool(true)
149+
* int(1)
150+
* string(1) "1"
151+
* bool(true)
152152

153153
Hence, only these values can be casted safely to booleans and vice versa.
154154

0 commit comments

Comments
 (0)