Skip to content

Commit 04b48cb

Browse files
committed
clarify only non-alpha are quoted
1 parent 0db28df commit 04b48cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

text/0000-crates-io-token-scopes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ following these rules:
114114
* **`^(`** is added at the start of the pattern, and **`)$`** is added at the end of it.
115115
* **`,`** is desugared into `|`, separating multiple patterns.
116116
* **`*`** is desugared into `.*`, matching zero or more characters greedily.
117-
* All other characters are quoted to prevent them from having a special meaning.
117+
* All other non-alphanumeric characters are quoted to prevent them from having
118+
a special meaning.
118119

119120
As an example, the following pattern:
120121

0 commit comments

Comments
 (0)