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

Arguments of 'pluralize' in 'util.js' may need to be switched #16

Open
gear54rus opened this issue Jan 10, 2016 · 0 comments
Open

Arguments of 'pluralize' in 'util.js' may need to be switched #16

gear54rus opened this issue Jan 10, 2016 · 0 comments

Comments

@gear54rus
Copy link
Contributor

That order is more semantically correct

util.pluralize(3, 'instance');

than this one:

util.pluralize('instance', 3);
@gear54rus gear54rus changed the title Arguments of 'pluralize' in Arguments of 'pluralize' in 'util.js' may need to be switched Jan 10, 2016
@gear54rus gear54rus self-assigned this Jan 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant