Skip to content

Commit

Permalink
docs: remove unexpected characters
Browse files Browse the repository at this point in the history
  • Loading branch information
chengjianhua committed May 23, 2018
1 parent ebbaef5 commit 235cdc7
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 @@ -186,7 +186,7 @@ const enumeration = new RichEnumeration({
})

enumeration.value.TYPE_A // 0
enumeration.text[0] // 'Type A'ga
enumeration.text[0] // 'Type A'
enumeration.extra[0] // 'Extra info'
enumeration.xxx[0] // 'xxx'
```
Expand Down

0 comments on commit 235cdc7

Please sign in to comment.