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 2e2372c commit 2872304Copy full SHA for 2872304
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