Skip to content

Commit da970ef

Browse files
nikomatsakislqd
authored andcommitted
Update src/borrow_check/region_inference/lifetime_parameters.md
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
1 parent 0b55488 commit da970ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/borrow_check/region_inference/lifetime_parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ rise to an outlives constraint `'a: 'b`. Combined with our default liveness
103103
constraints we get:
104104

105105
```
106-
'a live at {B, end('a)} // B represents the "bunction body"
106+
'a live at {B, end('a)} // B represents the "function body"
107107
'b live at {B, end('b)}
108108
'a: 'b
109109
```

0 commit comments

Comments
 (0)