Skip to content

Commit e471c8d

Browse files
committed
Update general.md
change wording to be more clear
1 parent e78568f commit e471c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/object/general.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 that can be used to make number literals act
2020
as objects too.
2121

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

2626
### Objects as a Data Type

0 commit comments

Comments
 (0)