Skip to content

Commit 1af80a4

Browse files
committed
Updated the comment that's added for plugin products
1 parent 1e0d950 commit 1af80a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Workspace/InitPackage.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public final class InitPackage {
219219
} else if packageType == .buildToolPlugin || packageType == .commandPlugin {
220220
pkgParams.append("""
221221
products: [
222-
// Products define the executables and libraries a package produces, making them visible to other packages.
222+
// Products can be used to vend plugins, making them visible to other packages.
223223
.plugin(
224224
name: "\(pkgname)",
225225
targets: ["\(pkgname)"]),

0 commit comments

Comments
 (0)