Skip to content

Commit 95c2e64

Browse files
committed
Improve the comment
1 parent 725f3a4 commit 95c2e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ There are a couple of workarounds which can be used in order make number
2020
literals act as object too.
2121

2222
2..toString(); // the second point is correctly recognized
23-
2 .toString(); // note the space
23+
2 .toString(); // note the space left to the dot
2424
(2).toString(); // 2 is evaluated first
2525

2626
### Objects as a data type

0 commit comments

Comments
 (0)