Missing period

This commit is contained in:
Herbert Reiter 2022-06-14 22:10:29 +02:00 committed by Carol (Nichols || Goulding)
parent de66c54fa2
commit 5f67eee423
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ relate to each other in the context of the `longest` function.
To use lifetime annotations in function signatures, we need to declare the
generic *lifetime* parameters inside angle brackets between the function name
and the parameter list, just as we did with generic *type* parameters
and the parameter list, just as we did with generic *type* parameters.
We want the signature to express the following constraint: the returned
reference will be valid as long as both the parameters are valid. This is the