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 69333ed commit 52b55e0Copy full SHA for 52b55e0
src/send-and-sync.md
@@ -65,7 +65,7 @@ impl !Sync for SpecialThreadToken {}
65
66
Note that *in and of itself* it is impossible to incorrectly derive Send and
67
Sync. Only types that are ascribed special meaning by other unsafe code can
68
-possible cause trouble by being incorrectly Send or Sync.
+possibly cause trouble by being incorrectly Send or Sync.
69
70
Most uses of raw pointers should be encapsulated behind a sufficient abstraction
71
that Send and Sync can be derived. For instance all of Rust's standard
0 commit comments