Skip to content

Removed duplicate "long"s in length constraint #5102

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

Closed
wants to merge 1 commit into from
Closed

Removed duplicate "long"s in length constraint #5102

wants to merge 1 commit into from

Conversation

bystones
Copy link
Contributor

Q A
Doc fix? [yes]
New docs? [no]
Applies to 2.5+

The maxMessage seems to have one long too many. This does apply to all maintained versions.

Alternative could be:

maxMessage: "Your first name cannot be more than {{ limit }} characters long"

@xabbuh
Copy link
Member

xabbuh commented Mar 23, 2015

👍 nice catch @bystones

@weaverryan
Copy link
Member

Yes, this is much better now. Thanks Felix!

weaverryan added a commit that referenced this pull request Mar 24, 2015
This PR was submitted for the 2.5 branch but it was merged into the 2.3 branch instead (closes #5102).

Discussion
----------

Removed duplicate "long"s in length constraint

| Q             | A
| ------------- | ---
| Doc fix?      | [yes]
| New docs?     | [no]
| Applies to    | 2.5+

The maxMessage seems to have one long too many. This does apply to all maintained versions.

Alternative could be:
```
maxMessage: "Your first name cannot be more than {{ limit }} characters long"
```

Commits
-------

dcffc02 Removed duplicate "long"s
@weaverryan weaverryan closed this Mar 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants