Skip to content

Commit f609725

Browse files
committed
---
yaml --- r: 181016 b: refs/heads/master c: 336dd6c h: refs/heads/master v: v3
1 parent 49118a0 commit f609725

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 40571ec0b30ee5a43844b4426173a85e22dd69fb
2+
refs/heads/master: 336dd6c8f03db7d70731da18d89040b1cb7d4765
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: f1bb6c2f46f08c1d7b6d695f5b3cf93142cb8860
55
refs/heads/try: ccf8fedf1cffcb8f6f3581d53d220039e192fe77

trunk/src/doc/trpl/hello-world.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ This line does all of the work in our little program. There are a number of
8989
details that are important here. The first is that it's indented with four
9090
spaces, not tabs. Please configure your editor of choice to insert four spaces
9191
with the tab key. We provide some [sample configurations for various
92-
editors](https://github.com/rust-lang/rust/tree/master/src/etc).
92+
editors](https://github.com/rust-lang/rust/tree/master/src/etc/CONFIGS.md).
9393

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

0 commit comments

Comments
 (0)