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 bd1829d commit 2d3e6f6Copy full SHA for 2d3e6f6
src/subtyping.md
@@ -339,7 +339,7 @@ lifetimes to be covariant: as soon as you try to stuff them in something like a
339
mutable reference, they inherit invariance and you're prevented from doing anything
340
bad.
341
342
-However Box makes it easier to focus on by-value aspect of references that we
+However, Box makes it easier to focus on the by-value aspect of references that we
343
partially glossed over.
344
345
Unlike a lot of languages which allow values to be freely aliased at all times,
0 commit comments