Skip to content

Commit 66af90d

Browse files
committed
Fix english typo
1 parent f92b5ad commit 66af90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heed/src/txn.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ pub enum WithTls {}
136136
#[derive(Debug, PartialEq, Eq)]
137137
pub enum WithoutTls {}
138138

139-
/// Specifycies if Thread Local Storage (TLS) must be used when
139+
/// Specificies if Thread Local Storage (TLS) must be used when
140140
/// opening transactions. It is often faster to open TLS-backed
141141
/// transactions but makes them `!Send`.
142142
///

0 commit comments

Comments
 (0)