]> git.lizzy.rs Git - rust.git/commitdiff
docs: Change "workspace" to "package directory"
authorTim Chevalier <chevalier@alum.wellesley.edu>
Thu, 14 Nov 2013 06:41:50 +0000 (22:41 -0800)
committerTim Chevalier <chevalier@alum.wellesley.edu>
Thu, 14 Nov 2013 06:41:50 +0000 (22:41 -0800)
spotted by Yurume

doc/rustpkg.md

index 53829e4519641dec11e03fa6ec37091a761b1e51..1b1f91828cb34ea73c6f61fd2d665d97c1281595 100644 (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.