Skip to content

Commit a548d4d

Browse files
committed
Update primitive-types.md
Replace "make for" by the slightly more accurate "account for".
1 parent 069b3a6 commit a548d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/book/primitive-types.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ and `i64` is a signed, 64-bit integer.
100100
Rust also provides types whose particular size depends on the underlying machine
101101
architecture. Their range is sufficient to express the size of any collection, so
102102
these types have ‘size’ as the category. They come in signed and unsigned varieties
103-
which makes for two types: `isize` and `usize`.
103+
which account for two types: `isize` and `usize`.
104104

105105
## Floating-point types
106106

0 commit comments

Comments
 (0)