summaryrefslogtreecommitdiff
path: root/src/key.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/key.rs')
-rw-r--r--src/key.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/key.rs b/src/key.rs
index 4cd145d..b29245e 100644
--- a/src/key.rs
+++ b/src/key.rs
@@ -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
///