Skip to content

Commit c3d703e

Browse files
committed
pythagorean-triplet: typos in README
1 parent 346b755 commit c3d703e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/pythagorean-triplet/README.md

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

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

51-
If the specfic test is ignored use:
51+
If the specific test is ignored use:
5252

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

0 commit comments

Comments
 (0)