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.
1 parent 690f331 commit 893de44Copy full SHA for 893de44
src/trait/drop.md
@@ -6,7 +6,7 @@ resources that the implementor instance owns.
6
7
`Box`, `Vec`, `String`, `File`, and `Process` are some examples of types that
8
implement the `Drop` trait to free resources. The `Drop` trait can also be
9
-manually implemented for any custom data type.
+manually implemented for any custom data type.
10
11
The following example adds a print to console to the `drop` function to announce
12
when it is called.
0 commit comments