Skip to content

Commit

Permalink
Improve the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BonsaiDen committed Feb 12, 2011
1 parent 725f3a4 commit 95c2e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ There are a couple of workarounds which can be used in order make number
literals act as object too.

2..toString(); // the second point is correctly recognized
2 .toString(); // note the space
2 .toString(); // note the space left to the dot
(2).toString(); // 2 is evaluated first

### Objects as a data type
Expand Down

0 comments on commit 95c2e64

Please sign in to comment.