Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
Commitb07c0f4
committed
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"s1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
| 39 | + | |
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 |
| - | |
| 75 | + | |
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
| |||
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
97 |
| - | |
| 97 | + | |
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
|
0 commit comments
Comments
(0)