Update en/src/lifetime/basic.md

This commit is contained in:
Sunface
2023-06-07 09:06:56 +08:00
committed by GitHub
parent c40b4f9e55
commit c594e378a3

View File

@ -314,7 +314,7 @@ fn main() {}
```
## Elision
Some lifetime patterns are so common that the borrow checker will allow you to omit them to save typing and to improve readability.
Some lifetime patterns are so common that borrow checker will allow you to omit them to save typing and improve readability.
This is known as **Elision**. Elision exist in Rust only because these patterns are common.