We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11571cd commit 4e1f239Copy full SHA for 4e1f239
src/doc/rust.md
@@ -1402,7 +1402,7 @@ to pointers to the trait name, used as a type.
1402
let myshape: Box<Shape> = box mycircle as Box<Shape>;
1403
~~~~
1404
1405
-The resulting value is a managed box containing the value that was cast,
+The resulting value is a box containing the value that was cast,
1406
along with information that identifies the methods of the implementation that was used.
1407
Values with a trait type can have [methods called](#method-call-expressions) on them,
1408
for any method in the trait,
0 commit comments