From 8df1d74e731a12ff21327d3280bd30fa8ea6543a Mon Sep 17 00:00:00 2001 From: Frances Wingerter <91758128+fw-immunant@users.noreply.github.com> Date: Thu, 6 Jul 2023 08:39:47 +0000 Subject: [PATCH] Fix some minor typos (#910) * aspect-ratio-helper.py: fix typo * basic syntax: make 'bits' plural in all occurrences --- aspect-ratio-helper.py | 2 +- src/basic-syntax/scalar-types.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aspect-ratio-helper.py b/aspect-ratio-helper.py index ef27697d..d9d418de 100755 --- a/aspect-ratio-helper.py +++ b/aspect-ratio-helper.py @@ -21,7 +21,7 @@ rectangle has an aspect ratio of 16 to 8.5, meaning that it is slightly smaller than a standard 16/9 monitor. The idea is that this approximates what the course participants can -bee at once during a class. This in turn will help you estimate when +see at once during a class. This in turn will help you estimate when the slides are too large to be seen without scrolling. Enable it in book.toml. diff --git a/src/basic-syntax/scalar-types.md b/src/basic-syntax/scalar-types.md index 506f26b2..8aeed492 100644 --- a/src/basic-syntax/scalar-types.md +++ b/src/basic-syntax/scalar-types.md @@ -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.