We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b97ab commit 12d66e6Copy full SHA for 12d66e6
src/doc/guide.md
@@ -116,7 +116,7 @@ but also working properly. And printing information to the screen is a pretty
116
common thing to do.
117
118
The first thing that we need to do is make a file to put our code in. I like
119
-to make a projects directory in my home directory, and keep all my projects
+to make a `projects` directory in my home directory, and keep all my projects
120
there. Rust does not care where your code lives.
121
122
This actually leads to one other concern we should address: this tutorial will
0 commit comments