Skip to content

Commit 9d1478c

Browse files
alexfertelBurntSushi
authored andcommitted
doc: fix typos
1 parent 7d21662 commit 9d1478c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regex-syntax/src/ast/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ mod visitor;
1515
/// An error that occurred while parsing a regular expression into an abstract
1616
/// syntax tree.
1717
///
18-
/// Note that note all ASTs represents a valid regular expression. For example,
18+
/// Note that not all ASTs represents a valid regular expression. For example,
1919
/// an AST is constructed without error for `\p{Quux}`, but `Quux` is not a
2020
/// valid Unicode property name. That particular error is reported when
2121
/// translating an AST to the high-level intermediate representation (`HIR`).

0 commit comments

Comments
 (0)