about summary refs log tree commit diff
path: root/doc/rustpkg.md
diff options
context:
space:
mode:
authorLuis de Bethencourt <luis@debethencourt.com>2013-12-28 15:27:22 -0500
committerLuis de Bethencourt <luis@debethencourt.com>2013-12-29 15:25:43 -0500
commit51b5f32d331709e4af0f3613bf4e1aa5f63e913e (patch)
treea6ae93b6c309bbec35e0d4132574fb559109442c /doc/rustpkg.md
parent016d52ed501004d7c7ee1e68c1e2aa2159fb3ea1 (diff)
downloadrust-51b5f32d331709e4af0f3613bf4e1aa5f63e913e.tar.gz
rust-51b5f32d331709e4af0f3613bf4e1aa5f63e913e.zip
Update Docs to use crateid
Diffstat (limited to 'doc/rustpkg.md')
-rw-r--r--doc/rustpkg.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rustpkg.md b/doc/rustpkg.md
index ff413ec1f1b..f36cbe7153c 100644
--- a/doc/rustpkg.md
+++ b/doc/rustpkg.md
@@ -90,7 +90,7 @@ then both `bar` and `bar/extras/baz` are valid package identifiers
 in the workspace `foo`.
 
 Because rustpkg uses generic source file names as the main inputs, you will
-need to specify the package identifier in them using the `pkgid` attribute
+need to specify the package identifier in them using the `crate_id` attribute
 on the crate.
 
 ## Source files