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 73c0a0b commit 7a8d506Copy full SHA for 7a8d506
docs/GUIDE.md
@@ -64,7 +64,7 @@ impl Stack {
64
are the core of safe memory reclamation, letting other threads know that the
65
current thread may be accessing shared memory.
66
67
-Using a guard, you cana perform a _protected_ load of an atomic pointer using
+Using a guard, you can perform a _protected_ load of an atomic pointer using
68
the [`Guard::protect`] method. Any valid pointer that is protected is guaranteed
69
to stay valid until the guard is dropped, or the pointer is retired by the
70
current thread. Importantly, if another thread retires an object that you
0 commit comments