about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2014-09-05 06:37:22 -0400
committerSteve Klabnik <steve@steveklabnik.com>2014-09-05 06:37:22 -0400
commit12d66e6ac36dcc17104f91bb14213b8748f2ff4a (patch)
tree31f3d58df12bc0f5f318798df189fc9014040c9a /src
parent67b97ab6d2b7de9b69fd97dc171fcf8feec932ff (diff)
downloadrust-12d66e6ac36dcc17104f91bb14213b8748f2ff4a.tar.gz
rust-12d66e6ac36dcc17104f91bb14213b8748f2ff4a.zip
Fix formatting in the guide.
Thanks @dherman.
Diffstat (limited to 'src')
-rw-r--r--src/doc/guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/guide.md b/src/doc/guide.md
index e5554e69998..73f05d77555 100644
--- a/src/doc/guide.md
+++ b/src/doc/guide.md
@@ -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