Skip to content

Commit 2d834a7

Browse files
JOE1994mark-i-m
authored andcommitted
minor typo fix
1 parent 693a92f commit 2d834a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegen/backend-agnostic.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ parameters, that correspond to the following:
8989
Although there are already many lifetime parameters in the code, making it
9090
generic uncovered situations where the borrow-checker was passing only due to
9191
the special nature of the LLVM objects manipulated (they are extern pointers).
92-
For instance, a additional lifetime parameter had to be added to
92+
For instance, an additional lifetime parameter had to be added to
9393
`LocalAnalyser` in `analyse.rs`, leading to the definition:
9494

9595
```rust,ignore

0 commit comments

Comments
 (0)