Skip to content

Commit 7a8d506

Browse files
willothyibraheemdev
authored andcommitted
docs: fix typo in guide
1 parent 73c0a0b commit 7a8d506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ impl Stack {
6464
are the core of safe memory reclamation, letting other threads know that the
6565
current thread may be accessing shared memory.
6666

67-
Using a guard, you cana perform a _protected_ load of an atomic pointer using
67+
Using a guard, you can perform a _protected_ load of an atomic pointer using
6868
the [`Guard::protect`] method. Any valid pointer that is protected is guaranteed
6969
to stay valid until the guard is dropped, or the pointer is retired by the
7070
current thread. Importantly, if another thread retires an object that you

0 commit comments

Comments
 (0)