summaryrefslogtreecommitdiffstats
path: root/src/doc/nomicon/src/subtyping.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/nomicon/src/subtyping.md')
-rw-r--r--src/doc/nomicon/src/subtyping.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/nomicon/src/subtyping.md b/src/doc/nomicon/src/subtyping.md
index 6f0c12db4..cc48a5970 100644
--- a/src/doc/nomicon/src/subtyping.md
+++ b/src/doc/nomicon/src/subtyping.md
@@ -339,7 +339,7 @@ lifetimes to be covariant: as soon as you try to stuff them in something like a
mutable reference, they inherit invariance and you're prevented from doing anything
bad.
-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
partially glossed over.
Unlike a lot of languages which allow values to be freely aliased at all times,