We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5ee97 commit 2ee91eaCopy full SHA for 2ee91ea
src/doc/guide.md
@@ -185,8 +185,8 @@ Next up is this line:
185
This line does all of the work in our little program. There are a number of
186
details that are important here. The first is that it's indented with four
187
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).
+with the tab key. We provide some [sample configurations for various
+editors](https://github.com/rust-lang/rust/tree/master/src/etc).
190
191
The second point is the `println!()` part. This is calling a Rust **macro**,
192
which is how metaprogramming is done in Rust. If it were a function instead, it
0 commit comments