File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1526,11 +1526,12 @@ impl fmt::Display for ErrorKind {
1526
1526
write ! ( f, "Number does not correspond to a Unicode scalar \
1527
1527
value: '{}'.", c) ,
1528
1528
MissingBase10 =>
1529
- write ! ( f, "Missing maximum in counted reptition operator." ) ,
1529
+ write ! ( f, "Missing maximum in counted
1530
+ repetition operator." ) ,
1530
1531
RepeaterExpectsExpr =>
1531
- write ! ( f, "Missing expression for reptition operator." ) ,
1532
+ write ! ( f, "Missing expression for repetition operator." ) ,
1532
1533
RepeaterUnexpectedExpr ( ref e) =>
1533
- write ! ( f, "Invalid application of reptition operator to: \
1534
+ write ! ( f, "Invalid application of repetition operator to: \
1534
1535
'{}'.", e) ,
1535
1536
UnclosedCaptureName ( ref s) =>
1536
1537
write ! ( f, "Capture name group for '{}' is not closed. \
You can’t perform that action at this time.
0 commit comments