Skip to content

Commit 9493715

Browse files
authored
Merge pull request #332 from kevinji/patch-1
send-and-sync: it's -> its
2 parents f4d1b42 + 62d1967 commit 9493715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/send-and-sync.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ largely behave like an `&` or `&mut` into the collection.
7676

7777
## Example
7878

79-
[`Box`][box-doc] is implemented as it's own special intrinsic type by the
79+
[`Box`][box-doc] is implemented as its own special intrinsic type by the
8080
compiler for [various reasons][box-is-special], but we can implement something
8181
with similar-ish behavior ourselves to see an example of when it is sound to
8282
implement Send and Sync. Let's call it a `Carton`.

0 commit comments

Comments
 (0)