diff options
| author | Dan Connolly <dckc@madmode.com> | 2014-09-13 13:54:42 -0500 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2014-09-15 13:40:16 -0400 |
| commit | 2ee91ea43741eb19a684ffb66e074f15e289ffa3 (patch) | |
| tree | 8203bc7b7b43441a115c4fbe9af126a8c6e960ce /src | |
| parent | 1f5ee97184db63196713cf05fe834e6f32537e30 (diff) | |
| download | rust-2ee91ea43741eb19a684ffb66e074f15e289ffa3.tar.gz rust-2ee91ea43741eb19a684ffb66e074f15e289ffa3.zip | |
use _sample configurations..._ rather than _here_ as link text
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/guide.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/guide.md b/src/doc/guide.md index 140536543d9..bdae76f9af4 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -185,8 +185,8 @@ Next up is this line: 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 -[here](https://github.com/rust-lang/rust/tree/master/src/etc). +with the tab key. We provide some [sample configurations for various +editors](https://github.com/rust-lang/rust/tree/master/src/etc). 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 |
