Skip to content

Commit bd8d3f5

Browse files
mark-i-mcsmoe
andcommitted
Update src/borrow_check/region_inference.md
Co-Authored-By: csmoe <csmoe@msn.com>
1 parent 8cbf135 commit bd8d3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/borrow_check/region_inference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ fn bar<'a, T>(t: &'a T) {
197197
```
198198

199199
Here, the name `'b` is not part of the root universe. Instead, when we
200-
"enter" into this `for<'b>` (e.g., by replace it with a placeholder), we will create
200+
"enter" into this `for<'b>` (e.g., by replacing it with a placeholder), we will create
201201
a child universe of the root, let's call it U1:
202202

203203
```text

0 commit comments

Comments
 (0)