Skip to content

Commit d0f7d9d

Browse files
authored
Fix typos in Command documentation (#6045)
1 parent 807d1e9 commit d0f7d9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sources/PackagePlugin/Command.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,14 +133,14 @@ public extension Command {
133133
/// create an arbitrary set of output files based on the contents of the
134134
/// inputs.
135135
///
136-
/// Because prebuild commands are run on every build, they are can have
136+
/// Because prebuild commands are run on every build, they can have a
137137
/// significant performance impact and should only be used when there is
138138
/// no way to know the names of the outputs before the command is run.
139139
///
140140
/// The `outputFilesDirectory` parameter is the path of a directory into
141141
/// which the command will write its output files. Any files that are in
142142
/// that directory after the prebuild command finishes will be interpreted
143-
/// according to same build rules as for sources.
143+
/// according to the same build rules as for sources.
144144
///
145145
/// - parameters:
146146
/// - displayName: An optional string to show in build logs and other
@@ -178,14 +178,14 @@ public extension Command {
178178
/// create an arbitrary set of output files based on the contents of the
179179
/// inputs.
180180
///
181-
/// Because prebuild commands are run on every build, they are can have
181+
/// Because prebuild commands are run on every build, they can have a
182182
/// significant performance impact and should only be used when there is
183183
/// no way to know the names of the outputs before the command is run.
184184
///
185185
/// The `outputFilesDirectory` parameter is the path of a directory into
186186
/// which the command will write its output files. Any files that are in
187187
/// that directory after the prebuild command finishes will be interpreted
188-
/// according to same build rules as for sources.
188+
/// according to the same build rules as for sources.
189189
///
190190
/// - parameters:
191191
/// - displayName: An optional string to show in build logs and other

0 commit comments

Comments
 (0)