Skip to content

Commit

Permalink
book: link to a file with configs links
Browse files Browse the repository at this point in the history
  • Loading branch information
serejkus committed Feb 15, 2015
1 parent 40571ec commit 336dd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/trpl/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ This line does all of the work in our little program. There are a number of
details that are important here. The first is that it's indented with four
spaces, not tabs. Please configure your editor of choice to insert four spaces
with the tab key. We provide some [sample configurations for various
editors](https://github.com/rust-lang/rust/tree/master/src/etc).
editors](https://github.com/rust-lang/rust/tree/master/src/etc/CONFIGS.md).

The second point is the `println!()` part. This is calling a Rust *macro*,
which is how metaprogramming is done in Rust. If it were a function instead, it
Expand Down

0 comments on commit 336dd6c

Please sign in to comment.