We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4d1b42 + 62d1967 commit 9493715Copy full SHA for 9493715
src/send-and-sync.md
@@ -76,7 +76,7 @@ largely behave like an `&` or `&mut` into the collection.
76
77
## Example
78
79
-[`Box`][box-doc] is implemented as it's own special intrinsic type by the
+[`Box`][box-doc] is implemented as its own special intrinsic type by the
80
compiler for [various reasons][box-is-special], but we can implement something
81
with similar-ish behavior ourselves to see an example of when it is sound to
82
implement Send and Sync. Let's call it a `Carton`.
0 commit comments