Skip to content

Commit

Permalink
docs: Change "workspace" to "package directory"
Browse files Browse the repository at this point in the history
spotted by Yurume
  • Loading branch information
catamorphism committed Nov 14, 2013
1 parent 8a3b35f commit 8a041e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/rustpkg.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 8a041e6

Please sign in to comment.