From a125fc772c931aca527e26ce8b9bb5d1f1847066 Mon Sep 17 00:00:00 2001 From: Arjun Aggarwal <116913325+arjun051@users.noreply.github.com> Date: Sun, 21 May 2023 03:12:39 +0530 Subject: [PATCH 1/2] Update README.md ->It appears that you are missing a comma after the introductory phrase ideally ->The noun phrase word seems to be missing a determiner before it --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6341efc9c..cd75900835 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ See the [releases] to download just the code of all the code listings that appea ## Requirements -Building the book requires [mdBook], ideally the same version that +Building the book requires [mdBook], ideally, the same version that rust-lang/rust uses in [this file][rust-mdbook]. To get it: [mdBook]: https://github.com/rust-lang-nursery/mdBook @@ -100,6 +100,6 @@ before we merge any in, but feel free to start! To scan source files for spelling errors, you can use the `spellcheck.sh` script available in the `ci` directory. It needs a dictionary of valid words, which is provided in `ci/dictionary.txt`. If the script produces a false -positive (say, you used word `BTreeMap` which the script considers invalid), +positive (say, you used the word `BTreeMap` which the script considers invalid), you need to add this word to `ci/dictionary.txt` (keep the sorted order for consistency). From 54d5a35dfb7f9dcd7331279ee32c5817a4188597 Mon Sep 17 00:00:00 2001 From: Chris Krycho Date: Wed, 3 Apr 2024 13:27:16 -0600 Subject: [PATCH 2/2] Revert extraneous comma --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd75900835..52e063ec0f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ See the [releases] to download just the code of all the code listings that appea ## Requirements -Building the book requires [mdBook], ideally, the same version that +Building the book requires [mdBook], ideally the same version that rust-lang/rust uses in [this file][rust-mdbook]. To get it: [mdBook]: https://github.com/rust-lang-nursery/mdBook