We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f92b5ad commit 66af90dCopy full SHA for 66af90d
heed/src/txn.rs
@@ -136,7 +136,7 @@ pub enum WithTls {}
136
#[derive(Debug, PartialEq, Eq)]
137
pub enum WithoutTls {}
138
139
-/// Specifycies if Thread Local Storage (TLS) must be used when
+/// Specificies if Thread Local Storage (TLS) must be used when
140
/// opening transactions. It is often faster to open TLS-backed
141
/// transactions but makes them `!Send`.
142
///
0 commit comments