We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7968aad + 45ad923 commit 288f772Copy full SHA for 288f772
regex-syntax/src/lib.rs
@@ -1526,11 +1526,12 @@ impl fmt::Display for ErrorKind {
1526
write!(f, "Number does not correspond to a Unicode scalar \
1527
value: '{}'.", c),
1528
MissingBase10 =>
1529
- write!(f, "Missing maximum in counted reptition operator."),
+ write!(f, "Missing maximum in counted
1530
+repetition operator."),
1531
RepeaterExpectsExpr =>
- write!(f, "Missing expression for reptition operator."),
1532
+ write!(f, "Missing expression for repetition operator."),
1533
RepeaterUnexpectedExpr(ref e) =>
- write!(f, "Invalid application of reptition operator to: \
1534
+ write!(f, "Invalid application of repetition operator to: \
1535
'{}'.", e),
1536
UnclosedCaptureName(ref s) =>
1537
write!(f, "Capture name group for '{}' is not closed. \
0 commit comments