Skip to content

Commit 4a645c9

Browse files
committed
---
yaml --- r: 81309 b: refs/heads/snap-stage3 c: 320af9b h: refs/heads/master i: 81307: 38f48d1 v: v3
1 parent a13a1a4 commit 4a645c9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 4c6bf4872012c010f84dc7fa2cdfe87522533f89
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 12404aaaddd1edc0c59e21f03a9f5ac8df828dcf
4+
refs/heads/snap-stage3: 320af9b15723b10c31daa2e9fa8266486f4ba009
55
refs/heads/try: 70152ff55722878cde684ee6462c14c65f2c4729
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/doc/tutorial-rustpkg.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ This makes sense, as we haven't gotten it from anywhere yet! Luckily for us,
3535
used like this:
3636

3737
~~~ {.notrust}
38-
$ rustpkg install pkg_id
38+
$ rustpkg install PKG_ID
3939
~~~
4040

41-
This will install a package named 'pkg_id' into your current Rust environment.
42-
I called it 'pkg_id' in this example because `rustpkg` calls this a 'package
41+
This will install a package named `PKG_ID` into your current Rust environment.
42+
I called it `PKG_ID` in this example because `rustpkg` calls this a 'package
4343
identifier.' When using it with an external package like this, it's often a
4444
URI fragment. You see, Rust has no central authority for packages. You can
4545
build your own `hello` library if you want, and that's fine. We'd both host

0 commit comments

Comments
 (0)