You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-15 22:00:26 +02:00
Fix some minor typos (#910)
* aspect-ratio-helper.py: fix typo * basic syntax: make 'bits' plural in all occurrences
This commit is contained in:
committed by
GitHub
parent
a290a18065
commit
8df1d74e73
@ -13,8 +13,8 @@ The types have widths as follows:
|
||||
|
||||
* `iN`, `uN`, and `fN` are _N_ bits wide,
|
||||
* `isize` and `usize` are the width of a pointer,
|
||||
* `char` is 32 bit wide,
|
||||
* `bool` is 8 bit wide.
|
||||
* `char` is 32 bits wide,
|
||||
* `bool` is 8 bits wide.
|
||||
|
||||
<details>
|
||||
|
||||
|
Reference in New Issue
Block a user