Skip to content

Commit

Permalink
Update primitive-types.md
Browse files Browse the repository at this point in the history
Replace "make for" by the slightly more accurate "account for".
  • Loading branch information
jocki84 committed Apr 12, 2016
1 parent 069b3a6 commit a548d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/book/primitive-types.md
Expand Up @@ -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

Expand Down

0 comments on commit a548d4d

Please sign in to comment.