Update primitive-types.md
Replace "make for" by the slightly more accurate "account for".
This commit is contained in:
parent
069b3a67f5
commit
a548d4deb6
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ and `i64` is a signed, 64-bit integer.
|
|||
Rust also provides types whose particular size depends on the underlying machine
|
||||
architecture. Their range is sufficient to express the size of any collection, so
|
||||
these types have ‘size’ as the category. They come in signed and unsigned varieties
|
||||
which makes for two types: `isize` and `usize`.
|
||||
which account for two types: `isize` and `usize`.
|
||||
|
||||
## Floating-point types
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue