Skip to content

Commit 63232d6

Browse files
author
Isaac Aggrey
committed
Fix doc typo
1 parent 97ddf3c commit 63232d6

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)