diff options
Diffstat (limited to 'src/key.rs')
| -rw-r--r-- | src/key.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ pub struct ThreadKey { phantom: PhantomData<*const ()>, // implement !Send and !Sync } -/// Allows the type to be used as a key for a lock +/// Allows the type to be used as a key for a scoped lock /// /// # Safety /// |
