Skip to content

Commit 8a041e6

Browse files
committed
docs: Change "workspace" to "package directory"
spotted by Yurume
1 parent 8a3b35f commit 8a041e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/rustpkg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Thus, there should be no need to pass a `-L` flag to rustpkg to tell it where to
120120

121121
# Custom build scripts
122122

123-
A file called `pkg.rs` at the root level in a workspace is called a *package script*.
123+
A file called `pkg.rs` at the root level in a package directory is called a *package script*.
124124
If a package script exists, rustpkg executes it to build the package
125125
rather than inferring crates as described previously.
126126

0 commit comments

Comments
 (0)