Skip to content

Commit d35e65a

Browse files
committed
Fix typo
1 parent 90828a2 commit d35e65a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

regex-syntax/src/hir/print.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,8 +486,8 @@ mod tests {
486486

487487
#[test]
488488
fn print_look_around() {
489-
// we do not want to do a roundtrip: printed lookarounds are not
490-
// can contain capture groups which are unsupported by the parser.
489+
// we do not want to do a roundtrip: printed lookarounds can
490+
// contain capture groups which are unsupported by the parser.
491491
// TODO(shilangyu): is this a problem that some regexes are not
492492
// roundtrippable?
493493
fn test(given: &str, expected: &str) {

0 commit comments

Comments
 (0)