Skip to content

Commit 7e09399

Browse files
authored
Typo fix.
Fixed a minor typo in the 'Implementation Details' section of the comments.
1 parent c0fbc23 commit 7e09399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ fn main() {
8686
8787
# Implementation details
8888
89-
The `Deref` implementation uses a hidden static variable that is guarded by a atomic check on each access.
89+
The `Deref` implementation uses a hidden static variable that is guarded by an atomic check on each access.
9090
9191
# Cargo features
9292

0 commit comments

Comments
 (0)