Skip to content

Commit dd4210e

Browse files
committed
readme: typos in README
1 parent 346b755 commit dd4210e

File tree

87 files changed

+174
-174
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+174
-174
lines changed

config/exercise_readme.go.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ cargo test
1818
```
1919

2020
All but the first test have been ignored. After you get the first test to
21-
pass, open the tests source file wich is located in the `tests` directory
21+
pass, open the tests source file which is located in the `tests` directory
2222
and remove the `#[ignore]` flag from the next test and get the tests to pass
2323
again. Each separate test is a function with `#[test]` flag above it.
2424
Continue, until you pass every test.
@@ -35,7 +35,7 @@ To run a specific test, for example `some_test`, you can use:
3535
$ cargo test some_test
3636
```
3737

38-
If the specfic test is ignored use:
38+
If the specific test is ignored use:
3939

4040
```bash
4141
$ cargo test some_test -- --ignored

exercises/accumulate/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ $ cargo test
5151
```
5252

5353
All but the first test have been ignored. After you get the first test to
54-
pass, open the tests source file wich is located in the `tests` directory
54+
pass, open the tests source file which is located in the `tests` directory
5555
and remove the `#[ignore]` flag from the next test and get the tests to pass
5656
again. Each separate test is a function with `#[test]` flag above it.
5757
Continue, until you pass every test.
@@ -68,7 +68,7 @@ To run a specific test, for example `some_test`, you can use:
6868
$ cargo test some_test
6969
```
7070

71-
If the specfic test is ignored use:
71+
If the specific test is ignored use:
7272

7373
```bash
7474
$ cargo test some_test -- --ignored

exercises/acronym/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $ cargo test
2121
```
2222

2323
All but the first test have been ignored. After you get the first test to
24-
pass, open the tests source file wich is located in the `tests` directory
24+
pass, open the tests source file which is located in the `tests` directory
2525
and remove the `#[ignore]` flag from the next test and get the tests to pass
2626
again. Each separate test is a function with `#[test]` flag above it.
2727
Continue, until you pass every test.
@@ -38,7 +38,7 @@ To run a specific test, for example `some_test`, you can use:
3838
$ cargo test some_test
3939
```
4040

41-
If the specfic test is ignored use:
41+
If the specific test is ignored use:
4242

4343
```bash
4444
$ cargo test some_test -- --ignored

exercises/all-your-base/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $ cargo test
4545
```
4646

4747
All but the first test have been ignored. After you get the first test to
48-
pass, open the tests source file wich is located in the `tests` directory
48+
pass, open the tests source file which is located in the `tests` directory
4949
and remove the `#[ignore]` flag from the next test and get the tests to pass
5050
again. Each separate test is a function with `#[test]` flag above it.
5151
Continue, until you pass every test.
@@ -62,7 +62,7 @@ To run a specific test, for example `some_test`, you can use:
6262
$ cargo test some_test
6363
```
6464

65-
If the specfic test is ignored use:
65+
If the specific test is ignored use:
6666

6767
```bash
6868
$ cargo test some_test -- --ignored

exercises/allergies/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ $ cargo test
4343
```
4444

4545
All but the first test have been ignored. After you get the first test to
46-
pass, open the tests source file wich is located in the `tests` directory
46+
pass, open the tests source file which is located in the `tests` directory
4747
and remove the `#[ignore]` flag from the next test and get the tests to pass
4848
again. Each separate test is a function with `#[test]` flag above it.
4949
Continue, until you pass every test.
@@ -60,7 +60,7 @@ To run a specific test, for example `some_test`, you can use:
6060
$ cargo test some_test
6161
```
6262

63-
If the specfic test is ignored use:
63+
If the specific test is ignored use:
6464

6565
```bash
6666
$ cargo test some_test -- --ignored

exercises/alphametics/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $ cargo test
4545
```
4646

4747
All but the first test have been ignored. After you get the first test to
48-
pass, open the tests source file wich is located in the `tests` directory
48+
pass, open the tests source file which is located in the `tests` directory
4949
and remove the `#[ignore]` flag from the next test and get the tests to pass
5050
again. Each separate test is a function with `#[test]` flag above it.
5151
Continue, until you pass every test.
@@ -62,7 +62,7 @@ To run a specific test, for example `some_test`, you can use:
6262
$ cargo test some_test
6363
```
6464

65-
If the specfic test is ignored use:
65+
If the specific test is ignored use:
6666

6767
```bash
6868
$ cargo test some_test -- --ignored

exercises/anagram/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $ cargo test
2020
```
2121

2222
All but the first test have been ignored. After you get the first test to
23-
pass, open the tests source file wich is located in the `tests` directory
23+
pass, open the tests source file which is located in the `tests` directory
2424
and remove the `#[ignore]` flag from the next test and get the tests to pass
2525
again. Each separate test is a function with `#[test]` flag above it.
2626
Continue, until you pass every test.
@@ -37,7 +37,7 @@ To run a specific test, for example `some_test`, you can use:
3737
$ cargo test some_test
3838
```
3939

40-
If the specfic test is ignored use:
40+
If the specific test is ignored use:
4141

4242
```bash
4343
$ cargo test some_test -- --ignored

exercises/armstrong-numbers/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ cargo test
2525
```
2626

2727
All but the first test have been ignored. After you get the first test to
28-
pass, open the tests source file wich is located in the `tests` directory
28+
pass, open the tests source file which is located in the `tests` directory
2929
and remove the `#[ignore]` flag from the next test and get the tests to pass
3030
again. Each separate test is a function with `#[test]` flag above it.
3131
Continue, until you pass every test.
@@ -42,7 +42,7 @@ To run a specific test, for example `some_test`, you can use:
4242
$ cargo test some_test
4343
```
4444

45-
If the specfic test is ignored use:
45+
If the specific test is ignored use:
4646

4747
```bash
4848
$ cargo test some_test -- --ignored

exercises/atbash-cipher/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $ cargo test
4242
```
4343

4444
All but the first test have been ignored. After you get the first test to
45-
pass, open the tests source file wich is located in the `tests` directory
45+
pass, open the tests source file which is located in the `tests` directory
4646
and remove the `#[ignore]` flag from the next test and get the tests to pass
4747
again. Each separate test is a function with `#[test]` flag above it.
4848
Continue, until you pass every test.
@@ -59,7 +59,7 @@ To run a specific test, for example `some_test`, you can use:
5959
$ cargo test some_test
6060
```
6161

62-
If the specfic test is ignored use:
62+
If the specific test is ignored use:
6363

6464
```bash
6565
$ cargo test some_test -- --ignored

exercises/beer-song/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ $ cargo test
334334
```
335335

336336
All but the first test have been ignored. After you get the first test to
337-
pass, open the tests source file wich is located in the `tests` directory
337+
pass, open the tests source file which is located in the `tests` directory
338338
and remove the `#[ignore]` flag from the next test and get the tests to pass
339339
again. Each separate test is a function with `#[test]` flag above it.
340340
Continue, until you pass every test.
@@ -351,7 +351,7 @@ To run a specific test, for example `some_test`, you can use:
351351
$ cargo test some_test
352352
```
353353

354-
If the specfic test is ignored use:
354+
If the specific test is ignored use:
355355

356356
```bash
357357
$ cargo test some_test -- --ignored

exercises/binary-search/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ $ cargo test
8888
```
8989

9090
All but the first test have been ignored. After you get the first test to
91-
pass, open the tests source file wich is located in the `tests` directory
91+
pass, open the tests source file which is located in the `tests` directory
9292
and remove the `#[ignore]` flag from the next test and get the tests to pass
9393
again. Each separate test is a function with `#[test]` flag above it.
9494
Continue, until you pass every test.
@@ -105,7 +105,7 @@ To run a specific test, for example `some_test`, you can use:
105105
$ cargo test some_test
106106
```
107107

108-
If the specfic test is ignored use:
108+
If the specific test is ignored use:
109109

110110
```bash
111111
$ cargo test some_test -- --ignored

exercises/bob/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $ cargo test
2727
```
2828

2929
All but the first test have been ignored. After you get the first test to
30-
pass, open the tests source file wich is located in the `tests` directory
30+
pass, open the tests source file which is located in the `tests` directory
3131
and remove the `#[ignore]` flag from the next test and get the tests to pass
3232
again. Each separate test is a function with `#[test]` flag above it.
3333
Continue, until you pass every test.
@@ -44,7 +44,7 @@ To run a specific test, for example `some_test`, you can use:
4444
$ cargo test some_test
4545
```
4646

47-
If the specfic test is ignored use:
47+
If the specific test is ignored use:
4848

4949
```bash
5050
$ cargo test some_test -- --ignored

exercises/book-store/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ $ cargo test
8181
```
8282

8383
All but the first test have been ignored. After you get the first test to
84-
pass, open the tests source file wich is located in the `tests` directory
84+
pass, open the tests source file which is located in the `tests` directory
8585
and remove the `#[ignore]` flag from the next test and get the tests to pass
8686
again. Each separate test is a function with `#[test]` flag above it.
8787
Continue, until you pass every test.
@@ -98,7 +98,7 @@ To run a specific test, for example `some_test`, you can use:
9898
$ cargo test some_test
9999
```
100100

101-
If the specfic test is ignored use:
101+
If the specific test is ignored use:
102102

103103
```bash
104104
$ cargo test some_test -- --ignored

exercises/bowling/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ $ cargo test
7474
```
7575

7676
All but the first test have been ignored. After you get the first test to
77-
pass, open the tests source file wich is located in the `tests` directory
77+
pass, open the tests source file which is located in the `tests` directory
7878
and remove the `#[ignore]` flag from the next test and get the tests to pass
7979
again. Each separate test is a function with `#[test]` flag above it.
8080
Continue, until you pass every test.
@@ -91,7 +91,7 @@ To run a specific test, for example `some_test`, you can use:
9191
$ cargo test some_test
9292
```
9393

94-
If the specfic test is ignored use:
94+
If the specific test is ignored use:
9595

9696
```bash
9797
$ cargo test some_test -- --ignored

exercises/bracket-push/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $ cargo test
2626
```
2727

2828
All but the first test have been ignored. After you get the first test to
29-
pass, open the tests source file wich is located in the `tests` directory
29+
pass, open the tests source file which is located in the `tests` directory
3030
and remove the `#[ignore]` flag from the next test and get the tests to pass
3131
again. Each separate test is a function with `#[test]` flag above it.
3232
Continue, until you pass every test.
@@ -43,7 +43,7 @@ To run a specific test, for example `some_test`, you can use:
4343
$ cargo test some_test
4444
```
4545

46-
If the specfic test is ignored use:
46+
If the specific test is ignored use:
4747

4848
```bash
4949
$ cargo test some_test -- --ignored

exercises/circular-buffer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ $ cargo test
6464
```
6565

6666
All but the first test have been ignored. After you get the first test to
67-
pass, open the tests source file wich is located in the `tests` directory
67+
pass, open the tests source file which is located in the `tests` directory
6868
and remove the `#[ignore]` flag from the next test and get the tests to pass
6969
again. Each separate test is a function with `#[test]` flag above it.
7070
Continue, until you pass every test.
@@ -81,7 +81,7 @@ To run a specific test, for example `some_test`, you can use:
8181
$ cargo test some_test
8282
```
8383

84-
If the specfic test is ignored use:
84+
If the specific test is ignored use:
8585

8686
```bash
8787
$ cargo test some_test -- --ignored

exercises/clock/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $ cargo test
3232
```
3333

3434
All but the first test have been ignored. After you get the first test to
35-
pass, open the tests source file wich is located in the `tests` directory
35+
pass, open the tests source file which is located in the `tests` directory
3636
and remove the `#[ignore]` flag from the next test and get the tests to pass
3737
again. Each separate test is a function with `#[test]` flag above it.
3838
Continue, until you pass every test.
@@ -49,7 +49,7 @@ To run a specific test, for example `some_test`, you can use:
4949
$ cargo test some_test
5050
```
5151

52-
If the specfic test is ignored use:
52+
If the specific test is ignored use:
5353

5454
```bash
5555
$ cargo test some_test -- --ignored

exercises/collatz-conjecture/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $ cargo test
4040
```
4141

4242
All but the first test have been ignored. After you get the first test to
43-
pass, open the tests source file wich is located in the `tests` directory
43+
pass, open the tests source file which is located in the `tests` directory
4444
and remove the `#[ignore]` flag from the next test and get the tests to pass
4545
again. Each separate test is a function with `#[test]` flag above it.
4646
Continue, until you pass every test.
@@ -57,7 +57,7 @@ To run a specific test, for example `some_test`, you can use:
5757
$ cargo test some_test
5858
```
5959

60-
If the specfic test is ignored use:
60+
If the specific test is ignored use:
6161

6262
```bash
6363
$ cargo test some_test -- --ignored

exercises/crypto-square/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ $ cargo test
8686
```
8787

8888
All but the first test have been ignored. After you get the first test to
89-
pass, open the tests source file wich is located in the `tests` directory
89+
pass, open the tests source file which is located in the `tests` directory
9090
and remove the `#[ignore]` flag from the next test and get the tests to pass
9191
again. Each separate test is a function with `#[test]` flag above it.
9292
Continue, until you pass every test.
@@ -103,7 +103,7 @@ To run a specific test, for example `some_test`, you can use:
103103
$ cargo test some_test
104104
```
105105

106-
If the specfic test is ignored use:
106+
If the specific test is ignored use:
107107

108108
```bash
109109
$ cargo test some_test -- --ignored

exercises/custom-set/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $ cargo test
2121
```
2222

2323
All but the first test have been ignored. After you get the first test to
24-
pass, open the tests source file wich is located in the `tests` directory
24+
pass, open the tests source file which is located in the `tests` directory
2525
and remove the `#[ignore]` flag from the next test and get the tests to pass
2626
again. Each separate test is a function with `#[test]` flag above it.
2727
Continue, until you pass every test.
@@ -38,7 +38,7 @@ To run a specific test, for example `some_test`, you can use:
3838
$ cargo test some_test
3939
```
4040

41-
If the specfic test is ignored use:
41+
If the specific test is ignored use:
4242

4343
```bash
4444
$ cargo test some_test -- --ignored

exercises/decimal/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $ cargo test
3434
```
3535

3636
All but the first test have been ignored. After you get the first test to
37-
pass, open the tests source file wich is located in the `tests` directory
37+
pass, open the tests source file which is located in the `tests` directory
3838
and remove the `#[ignore]` flag from the next test and get the tests to pass
3939
again. Each separate test is a function with `#[test]` flag above it.
4040
Continue, until you pass every test.
@@ -51,7 +51,7 @@ To run a specific test, for example `some_test`, you can use:
5151
$ cargo test some_test
5252
```
5353

54-
If the specfic test is ignored use:
54+
If the specific test is ignored use:
5555

5656
```bash
5757
$ cargo test some_test -- --ignored

exercises/diamond/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ $ cargo test
6666
```
6767

6868
All but the first test have been ignored. After you get the first test to
69-
pass, open the tests source file wich is located in the `tests` directory
69+
pass, open the tests source file which is located in the `tests` directory
7070
and remove the `#[ignore]` flag from the next test and get the tests to pass
7171
again. Each separate test is a function with `#[test]` flag above it.
7272
Continue, until you pass every test.
@@ -83,7 +83,7 @@ To run a specific test, for example `some_test`, you can use:
8383
$ cargo test some_test
8484
```
8585

86-
If the specfic test is ignored use:
86+
If the specific test is ignored use:
8787

8888
```bash
8989
$ cargo test some_test -- --ignored

0 commit comments

Comments
 (0)