Skip to content

Commit 725f3a4

Browse files
committed
2 parents 5cd98a0 + 32c9366 commit 725f3a4

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
2424
(2).toString(); // 2 is evaluated first
2525

2626
### Objects as a data type

0 commit comments

Comments
 (0)