We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61e84a5 commit 7a199baCopy full SHA for 7a199ba
src/doc/tutorial.md
@@ -979,7 +979,7 @@ let mut b = Foo { x: 5, y: box 10 };
979
b.x = 10;
980
~~~~
981
982
-If an object doesn't contain any non-Send types, it consists of a single
+If an object doesn't contain any non-`Send` types, it consists of a single
983
ownership tree and is itself given the `Send` trait which allows it to be sent
984
between tasks. Custom destructors can only be implemented directly on types
985
that are `Send`, but non-`Send` types can still *contain* types with custom
0 commit comments