mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-26 01:04:35 +02:00
fix casing in type bit widths
This commit is contained in:
parent
506522179e
commit
cf695a99e3
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
The types have widths as follows:
|
The types have widths as follows:
|
||||||
|
|
||||||
* `iN`, `uN`, and `fN` are _n_ bits wide,
|
* `iN`, `uN`, and `fN` are _N_ bits wide,
|
||||||
* `isize` and `usize` are the width of a pointer,
|
* `isize` and `usize` are the width of a pointer,
|
||||||
* `char` is 32 bit wide,
|
* `char` is 32 bit wide,
|
||||||
* `bool` is 8 bit wide.
|
* `bool` is 8 bit wide.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user