Skip to content

Commit b27947a

Browse files
committed
rollup merge of #17278 : steveklabnik/gh17242
2 parents b4bff57 + 2ee91ea commit b27947a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ Next up is this line:
185185
This line does all of the work in our little program. There are a number of
186186
details that are important here. The first is that it's indented with four
187187
spaces, not tabs. Please configure your editor of choice to insert four spaces
188-
with the tab key. We provide some sample configurations for various editors
189-
[here](https://github.com/rust-lang/rust/tree/master/src/etc).
188+
with the tab key. We provide some [sample configurations for various
189+
editors](https://github.com/rust-lang/rust/tree/master/src/etc).
190190

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

0 commit comments

Comments
 (0)