Skip to content

Commit

Permalink
Merge pull request #61 from rsperberg/master
Browse files Browse the repository at this point in the history
Consistent capitalization of Unicode (within sentence)
  • Loading branch information
lukehoban committed Feb 27, 2015
2 parents 10dc47d + cf1b01e commit f52f722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -270,7 +270,7 @@ interface Generator extends Iterator {
```

### Unicode
Non-breaking additions to support full Unicode, including new unicode literal form in strings and new RegExp `u` mode to handle code points, as well as new APIs to process strings at the 21bit code points level. These additions support building global apps in JavaScript.
Non-breaking additions to support full Unicode, including new Unicode literal form in strings and new RegExp `u` mode to handle code points, as well as new APIs to process strings at the 21bit code points level. These additions support building global apps in JavaScript.

```JavaScript
// same as ES5.1
Expand Down

0 comments on commit f52f722

Please sign in to comment.