Skip to content

Commit 7722fdc

Browse files
committed
emphasize value
1 parent 4299ea5 commit 7722fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/src/layout/scalars.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ They have the same layout as the [pointer types] for which the pointee is
4444
> **Note**: in the current Rust implementation, the layouts of `isize` and
4545
> `usize` determine the following:
4646
>
47-
> * the maximum size of Rust values is limited to `isize::max_value()`. The LLVM
47+
> * the maximum size of Rust _values_ is limited to `isize::max_value()`. The LLVM
4848
> `getelementptr` instruction uses signed-integer field offsets. Rust calls
4949
> `getelementptr` with the `inbounds` flag which assumes that field offsets do
5050
> not overflow,

0 commit comments

Comments
 (0)