Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Character set has a typo. #2

Closed
cellininicholas opened this issue Dec 9, 2014 · 2 comments
Closed

Character set has a typo. #2

cellininicholas opened this issue Dec 9, 2014 · 2 comments

Comments

@cellininicholas
Copy link

var numbers = '0123456789',
    letters = 'ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz',
    specials = '!$%^&*()_+|~-=`{}[]:;<>?,./';

You're missing a capital Y :O, you typed a T instead.

@cellininicholas
Copy link
Author

You also missed the lowercase 'j'

hereandnow pushed a commit that referenced this issue Dec 9, 2014
@hereandnow
Copy link
Member

thanks for reporting this issue. fixed it and published v0.1.2 to npm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants