We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af8550f commit ed32b8aCopy full SHA for ed32b8a
README.md
@@ -24,7 +24,7 @@ in the playground to find comments that have hints.
24
* clone the repo to your local environment: `git clone git@github.com:rustlings/rustlings.git`
25
* edit the rustling that you want, per example `variables/variables1.rs`
26
* run `cargo run` in the project folder
27
-* you will notice that you README file was modified and now it has the new content of the file that you edited
+* you will notice that your README file was modified and now it has the new content of the file that you edited
28
* click in the new URL in the README and you will redirect to the rust playground and the whole file content it will be loaded
29
* to execute in the rust playground, just click on `run`
30
0 commit comments