We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 693a92f commit 2d834a7Copy full SHA for 2d834a7
src/codegen/backend-agnostic.md
@@ -89,7 +89,7 @@ parameters, that correspond to the following:
89
Although there are already many lifetime parameters in the code, making it
90
generic uncovered situations where the borrow-checker was passing only due to
91
the special nature of the LLVM objects manipulated (they are extern pointers).
92
-For instance, a additional lifetime parameter had to be added to
+For instance, an additional lifetime parameter had to be added to
93
`LocalAnalyser` in `analyse.rs`, leading to the definition:
94
95
```rust,ignore
0 commit comments