Skip to content

Commit

Permalink
Fix english typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerollmops committed Dec 20, 2024
1 parent f92b5ad commit 66af90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heed/src/txn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ pub enum WithTls {}
#[derive(Debug, PartialEq, Eq)]
pub enum WithoutTls {}

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

0 comments on commit 66af90d

Please sign in to comment.