Skip to content

Commit

Permalink
README++
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Oct 2, 2012
1 parent b8c0417 commit 502901e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ set(test, 'foo');
console.log(test.name);
// "foo"

// spaces are allowed, and even usually illegal UTF8 chars
// spaces, and even usually illegal UTF8 chars, are allowed
set(test, '');

console.log(test.name);
Expand Down

0 comments on commit 502901e

Please sign in to comment.