Skip to content

Commit 1bf21e3

Browse files
committed
typo, pause
1 parent 22ef886 commit 1bf21e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/borrow_check/opaque-types-region-inference-restrictions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ fn test::{closure#0}(_upvar: &'?8 str) -> Opaque<'?6, '?7> {
229229
// "hidden type captures lifetime that does not appear in bounds".
230230
```
231231

232-
Without this restrictions error messages are confusing and, more importantly, there is a risk that
232+
Without these restrictions, error messages are confusing and, more importantly, there is a risk that
233233
we accept code that would likely break in the future because member constraints are super broken
234234
in closures.
235235

0 commit comments

Comments
 (0)