Skip to content

Commit 2d3e6f6

Browse files
authored
Small language fix in subtyping.md (#399)
1 parent bd1829d commit 2d3e6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/subtyping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ lifetimes to be covariant: as soon as you try to stuff them in something like a
339339
mutable reference, they inherit invariance and you're prevented from doing anything
340340
bad.
341341

342-
However Box makes it easier to focus on by-value aspect of references that we
342+
However, Box makes it easier to focus on the by-value aspect of references that we
343343
partially glossed over.
344344

345345
Unlike a lot of languages which allow values to be freely aliased at all times,

0 commit comments

Comments
 (0)