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.
2 parents e912f13 + 2872304 commit 2bb9b3fCopy full SHA for 2bb9b3f
src/doc/trpl/ownership.md
@@ -488,7 +488,7 @@ Here are the three rules:
488
parameter.
489
490
* If there is exactly one input lifetime, elided or not, that lifetime is
491
- assigned to all elided lifetimes in the return values of that function..
+ assigned to all elided lifetimes in the return values of that function.
492
493
* If there are multiple input lifetimes, but one of them is `&self` or `&mut
494
self`, the lifetime of `self` is assigned to all elided output lifetimes.
0 commit comments