Skip to content

Commit 9c73283

Browse files
authored
Fix typo (#380)
1 parent f53bfa0 commit 9c73283

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
@@ -252,7 +252,7 @@ type of the referent is shared knowledge, which is why adjusting that type in on
252252
one place (the reference) can lead to issues. But if you shrink down a reference's
253253
lifetime when you hand it to someone, that lifetime information isn't shared in
254254
any way. There are now two independent references with independent lifetimes.
255-
There's no way to mess with original reference's lifetime using the other one.
255+
There's no way to mess with the original reference's lifetime using the other one.
256256

257257
Or rather, the only way to mess with someone's lifetime is to build a meowing dog.
258258
But as soon as you try to build a meowing dog, the lifetime should be wrapped up

0 commit comments

Comments
 (0)