Merge pull request #20818 from rgs1/fix-guide

Remove extra dangling period

Reviewed-by: alexcrichton
This commit is contained in:
bors 2015-01-10 14:15:10 +00:00
commit 2bb9b3f0be

View File

@ -488,7 +488,7 @@ Here are the three rules:
parameter.
* If there is exactly one input lifetime, elided or not, that lifetime is
assigned to all elided lifetimes in the return values of that function..
assigned to all elided lifetimes in the return values of that function.
* If there are multiple input lifetimes, but one of them is `&self` or `&mut
self`, the lifetime of `self` is assigned to all elided output lifetimes.