We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16fb433 commit b927eccCopy full SHA for b927ecc
src/early-late-bound.md
@@ -15,7 +15,7 @@ with this topic.
15
## What does it mean for parameters to be early or late bound
16
17
All function definitions conceptually have a ZST (this is represented by `TyKind::FnDef` in rustc).
18
-The only generics on this zst are the early bound parameters of the function definition. e.g.
+The only generics on this ZST are the early bound parameters of the function definition. e.g.
19
```rust
20
fn foo<'a>(_: &'a u32) {}
21
0 commit comments