Skip to content

Commit 24d0c28

Browse files
authored
Apply suggestion from @lcnr
1 parent 7e3c7a8 commit 24d0c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/generics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ struct Foo<#[my_flexible_clone(unbounded)] H> {
311311
```
312312

313313
r[items.generics.instantiation]
314-
When using an item its generic parameters have to get instantiated. This replaces all occurances of the parameter with either the explicitly provided argument or a new unconstrained inference variable.
314+
When using an item its generic parameters have to get instantiated. This replaces all occurances of the parameter with either the explicitly provided argument or a new inference variable.
315315

316316
Instantiating the generic parameters of an item generally requires proving its where clauses.
317317

0 commit comments

Comments
 (0)