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 8786405 commit 778d032Copy full SHA for 778d032
src/doc/tutorial.md
@@ -1026,7 +1026,7 @@ type was invalid because the size was infinite!
1026
1027
An *owned box* (`~`) uses a dynamic memory allocation to provide the invariant
1028
of always being the size of a pointer, regardless of the contained type. This
1029
-can be leverage to create a valid `List` definition:
+can be leveraged to create a valid `List` definition:
1030
1031
~~~
1032
enum List {
0 commit comments