From 12d66e6ac36dcc17104f91bb14213b8748f2ff4a Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Fri, 5 Sep 2014 06:37:22 -0400 Subject: [PATCH] Fix formatting in the guide. Thanks @dherman. --- src/doc/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/guide.md b/src/doc/guide.md index e5554e6999825..73f05d7755553 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