Fix formatting in the guide.

Thanks @dherman.
This commit is contained in:
Steve Klabnik 2014-09-05 06:37:22 -04:00
parent 67b97ab6d2
commit 12d66e6ac3
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ but also working properly. And printing information to the screen is a pretty
common thing to do.
The first thing that we need to do is make a file to put our code in. I like
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
there. Rust does not care where your code lives.
This actually leads to one other concern we should address: this tutorial will