Skip to content

Commit f53a30e

Browse files
committed
Merge pull request #19996 from th0114nd/boolean-inden
Boolean literals are not Number literals Reviewed-by: brson
2 parents 492dd04 + edb39b8 commit f53a30e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ This last example is different because it is not possible to use the suffix
518518
syntax with a floating point literal ending in a period. `2.f64` would attempt
519519
to call a method named `f64` on `2`.
520520

521-
##### Boolean literals
521+
#### Boolean literals
522522

523523
The two values of the boolean type are written `true` and `false`.
524524

0 commit comments

Comments
 (0)