You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #5102 Removed duplicate "long"s in length constraint (ByStones)
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
0 commit comments