Skip to content

Commit 7c62098

Browse files
lifetime-elision.md: add some missing periods
To the end of the `lifetime-elision.trait-object.containing-type-unique` and `lifetime-elision.trait-object.containing-type-explicit` rules, both of which have full sentences.
1 parent 575dffa commit 7c62098

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)