Skip to content

Commit 893de44

Browse files
author
James Li
committed
fix stray space
1 parent 690f331 commit 893de44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trait/drop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resources that the implementor instance owns.
66

77
`Box`, `Vec`, `String`, `File`, and `Process` are some examples of types that
88
implement the `Drop` trait to free resources. The `Drop` trait can also be
9-
manually implemented for any custom data type.
9+
manually implemented for any custom data type.
1010

1111
The following example adds a print to console to the `drop` function to announce
1212
when it is called.

0 commit comments

Comments
 (0)