about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJack Moffitt <jack@metajack.im>2013-12-14 19:58:20 -0700
committerJack Moffitt <jack@metajack.im>2013-12-17 07:41:39 -0700
commit262cc4a2bcc0e1465ed0c88722d5adfa80a184d9 (patch)
treecd75527edf17b98e66dfb96a27f89719c2ba53a2
parent66e049e3af10e420a1a0430e7dc3aa2759775ddf (diff)
downloadrust-262cc4a2bcc0e1465ed0c88722d5adfa80a184d9.tar.gz
rust-262cc4a2bcc0e1465ed0c88722d5adfa80a184d9.zip
Update docs to new syntax.
-rw-r--r--doc/rust.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rust.md b/doc/rust.md
index aa4ce002e02..4e2868a764f 100644
--- a/doc/rust.md
+++ b/doc/rust.md
@@ -790,7 +790,7 @@ extern mod extra; // equivalent to: extern mod extra = "extra";
 
 extern mod rustextra = "extra"; // linking to 'extra' under another name
 
-extern mod foo = "some/where/foo#1.0"; // a full package ID for rustpkg
+extern mod foo = "some/where/rust-foo#foo:1.0"; // a full package ID for rustpkg
 ~~~~
 
 ##### Use declarations