Skip to content

Commit

Permalink
minor typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JOE1994 authored and mark-i-m committed Feb 10, 2020
1 parent 693a92f commit 2d834a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codegen/backend-agnostic.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ parameters, that correspond to the following:
Although there are already many lifetime parameters in the code, making it
generic uncovered situations where the borrow-checker was passing only due to
the special nature of the LLVM objects manipulated (they are extern pointers).
For instance, a additional lifetime parameter had to be added to
For instance, an additional lifetime parameter had to be added to
`LocalAnalyser` in `analyse.rs`, leading to the definition:

```rust,ignore
Expand Down

0 comments on commit 2d834a7

Please sign in to comment.