Skip to content

Commit d0ee1db

Browse files
committed
fix typo
1 parent 39b738a commit d0ee1db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ existing set of endpoints in that scope.
112112
The pattern for the crate scope is desugared into a regular expression,
113113
following these rules:
114114

115-
* **`^`** is added at the start of the pattern, and **`|`** is added at the end of it.
115+
* **`^`** is added at the start of the pattern, and **`$`** is added at the end of it.
116116
* **`,`** is desugared into `|`, separating multiple patterns.
117117
* **`*`** is desugared into `.+`, matching one or more characters greedily.
118118
* All other characters are quoted to prevent them from having a special meaning.

0 commit comments

Comments
 (0)