summaryrefslogtreecommitdiff
path: root/src/key.rs
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2025-03-29 17:34:10 -0400
committerBotahamec <botahamec@outlook.com>2025-03-29 17:34:10 -0400
commit17dab88a7b4bc86cf156a1e0ac1bac19e6f9f5c6 (patch)
tree59f7ddaf743899be6b5ddd7ecf1b38882c50087d /src/key.rs
parent3a299432173f98521d0aeb840dafb6710ce27f82 (diff)
Clean up existing documentation
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
///