Skip to content

Commit 8c0fe59

Browse files
authored
Tense in README
Don't see why run should be past tense. At least in my native General American dialect it shouldn't be.
1 parent 17690b3 commit 8c0fe59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Then, same as above, run `rustlings` to get started.
5353

5454
The exercises are sorted by topic and can be found in the subdirectory `rustlings/exercises/<topic>`. For every topic there is an additional README file with some resources to get you started on the topic. We really recommend that you have a look at them before you start.
5555

56-
The task is simple. Most exercises contain an error that keep it from compiling, and it's up to you to fix it! Some exercises are also ran as tests, but rustlings handles them all the same. To run the exercises in the recommended order, execute:
56+
The task is simple. Most exercises contain an error that keep it from compiling, and it's up to you to fix it! Some exercises are also run as tests, but rustlings handles them all the same. To run the exercises in the recommended order, execute:
5757

5858
```bash
5959
rustlings watch

0 commit comments

Comments
 (0)