Skip to content

Commit 62d1967

Browse files
authored
send-and-sync: it's -> its
1 parent f4d1b42 commit 62d1967

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
@@ -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)