Skip to content

Commit 15049f6

Browse files
committed
Merge pull request #4225 from isaacaggrey/patch-1
Fix doc typo
2 parents 2ad41b8 + 63232d6 commit 15049f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1924,7 +1924,7 @@ types by the compiler, and may not be overridden:
19241924
19251925
Additionally, the `Drop` trait is used to define destructors. This
19261926
trait defines one method called `finalize`, which is automatically
1927-
called when value of the a type that implements this trait is
1927+
called when a value of the type that implements this trait is
19281928
destroyed, either because the value went out of scope or because the
19291929
garbage collector reclaimed it.
19301930

0 commit comments

Comments
 (0)