Skip to content

Commit d025c9a

Browse files
committed
Typo
1 parent 3cafc79 commit d025c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lock/api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use core::ops::{Deref, DerefMut};
1212
pub unsafe trait RawLock: Default + Send + Sync {
1313
/// Raw lock's token type.
1414
///
15-
/// We don't enforce Send + Sync, as some locks may not satisfy it. Nessecary bounds will be
15+
/// We don't enforce Send + Sync, as some locks may not satisfy it. Necessary bounds will be
1616
/// auto-derived.
1717
type Token;
1818

0 commit comments

Comments
 (0)