We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61e84a5 + 7a199ba commit e624791Copy full SHA for e624791
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