Skip to content

Commit 3b30d76

Browse files
authored
Merge pull request #2176 from DanielEScherzer/patch-3
lifetime-elision.md: add some missing periods
2 parents 575dffa + 7c62098 commit 3b30d76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lifetime-elision.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ r[lifetime-elision.trait-object.containing-type]
9898
If the trait object is used as a type argument of a generic type then the containing type is first used to try to infer a bound.
9999

100100
r[lifetime-elision.trait-object.containing-type-unique]
101-
* If there is a unique bound from the containing type then that is the default
101+
* If there is a unique bound from the containing type then that is the default.
102102

103103
r[lifetime-elision.trait-object.containing-type-explicit]
104-
* If there is more than one bound from the containing type then an explicit bound must be specified
104+
* If there is more than one bound from the containing type then an explicit bound must be specified.
105105

106106
r[lifetime-elision.trait-object.trait-bounds]
107107
If neither of those rules apply, then the bounds on the trait are used:

0 commit comments

Comments
 (0)