We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d21662 commit 9d1478cCopy full SHA for 9d1478c
regex-syntax/src/ast/mod.rs
@@ -15,7 +15,7 @@ mod visitor;
15
/// An error that occurred while parsing a regular expression into an abstract
16
/// syntax tree.
17
///
18
-/// Note that note all ASTs represents a valid regular expression. For example,
+/// Note that not all ASTs represents a valid regular expression. For example,
19
/// an AST is constructed without error for `\p{Quux}`, but `Quux` is not a
20
/// valid Unicode property name. That particular error is reported when
21
/// translating an AST to the high-level intermediate representation (`HIR`).
0 commit comments