docs: Change "workspace" to "package directory"

spotted by Yurume
This commit is contained in:
Tim Chevalier 2013-11-13 22:41:50 -08:00
parent 8a3b35f68a
commit 8a041e63a5
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ Thus, there should be no need to pass a `-L` flag to rustpkg to tell it where to
# Custom build scripts
A file called `pkg.rs` at the root level in a workspace is called a *package script*.
A file called `pkg.rs` at the root level in a package directory is called a *package script*.
If a package script exists, rustpkg executes it to build the package
rather than inferring crates as described previously.