Skip to content

Commit b9efced

Browse files
authored
Fix typo in token.rs (#6422)
1 parent ae120b4 commit b9efced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/token.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ secure_token_kind! {
118118
/// new kind of token you should also add its own kind with its own unique prefix.
119119
///
120120
/// NEVER CHANGE THE PREFIX OF EXISTING TOKEN TYPES!!! Doing so will implicitly revoke all the
121-
/// tokens of that kind, distrupting production users.
121+
/// tokens of that kind, disrupting production users.
122122
#[derive(Debug, Copy, Clone, Eq, PartialEq, Hash)]
123123
pub(crate) enum SecureTokenKind {
124124
Api => "cio", // Crates.IO

0 commit comments

Comments
 (0)