Skip to content

Commit 745d796

Browse files
committed
missing space
1 parent 94bd1b1 commit 745d796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/memory.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In addition to types, there are a number of other arena-allocated data structure
4141
allocate, and which are found in this module. Here are a few examples:
4242

4343
- [`GenericArgs`], allocated with `mk_args` – this will intern a slice of types, often used
44-
to specify the values to be substituted for generics args(e.g. `HashMap<i32, u32>` would be
44+
to specify the values to be substituted for generics args (e.g. `HashMap<i32, u32>` would be
4545
represented as a slice `&'tcx [tcx.types.i32, tcx.types.u32]`).
4646
- [`TraitRef`], typically passed by value – a **trait reference** consists of a reference to a trait
4747
along with its various type parameters (including `Self`), like `i32: Display` (here, the def-id

0 commit comments

Comments
 (0)