Skip to content

Commit b543c86

Browse files
committed
Correct a comment for PluginCapability.
1 parent fd7d22b commit b543c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PackageDescription/Target.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ extension Target.Dependency {
10841084

10851085
extension Target.PluginCapability {
10861086

1087-
/// Specifies that the plugin provides a prebuild capability. The plugin
1087+
/// Specifies that the plugin provides a build tool capability. The plugin
10881088
/// will be applied to each target that uses it and should create commands
10891089
/// that will run before or during the build of the target.
10901090
@available(_PackageDescription, introduced: 5.5)

0 commit comments

Comments
 (0)