Skip to content

Commit

Permalink
README: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rxaviers committed Dec 13, 2016
1 parent 1c10e08 commit 639da54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/number/number-parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ You can use the instance method `.numberParser()`, which uses the instance
locale.

```javascript
var enParser = Globalize( "ar" ).numberParser(),
var enParser = Globalize( "en" ).numberParser(),
esParser = Globalize( "es" ).numberParser();

enParser( "3.14" );
Expand Down

0 comments on commit 639da54

Please sign in to comment.