Skip to content

Commit 52b55e0

Browse files
authored
fix minor grammar mistake
1 parent 69333ed commit 52b55e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/send-and-sync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ impl !Sync for SpecialThreadToken {}
6565

6666
Note that *in and of itself* it is impossible to incorrectly derive Send and
6767
Sync. Only types that are ascribed special meaning by other unsafe code can
68-
possible cause trouble by being incorrectly Send or Sync.
68+
possibly cause trouble by being incorrectly Send or Sync.
6969

7070
Most uses of raw pointers should be encapsulated behind a sufficient abstraction
7171
that Send and Sync can be derived. For instance all of Rust's standard

0 commit comments

Comments
 (0)