File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -185,8 +185,8 @@ Next up is this line:
185
185
This line does all of the work in our little program. There are a number of
186
186
details that are important here. The first is that it's indented with four
187
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 ) .
188
+ with the tab key. We provide some [ sample configurations for various
189
+ editors ] ( https://github.com/rust-lang/rust/tree/master/src/etc ) .
190
190
191
191
The second point is the ` println!() ` part. This is calling a Rust ** macro** ,
192
192
which is how metaprogramming is done in Rust. If it were a function instead, it
You can’t perform that action at this time.
0 commit comments