We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ad41b8 + 63232d6 commit 15049f6Copy full SHA for 15049f6
doc/tutorial.md
@@ -1924,7 +1924,7 @@ types by the compiler, and may not be overridden:
1924
1925
Additionally, the `Drop` trait is used to define destructors. This
1926
trait defines one method called `finalize`, which is automatically
1927
-called when value of the a type that implements this trait is
+called when a value of the type that implements this trait is
1928
destroyed, either because the value went out of scope or because the
1929
garbage collector reclaimed it.
1930
0 commit comments