@@ -133,14 +133,14 @@ public extension Command {
133
133
/// create an arbitrary set of output files based on the contents of the
134
134
/// inputs.
135
135
///
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
137
137
/// significant performance impact and should only be used when there is
138
138
/// no way to know the names of the outputs before the command is run.
139
139
///
140
140
/// The `outputFilesDirectory` parameter is the path of a directory into
141
141
/// which the command will write its output files. Any files that are in
142
142
/// 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.
144
144
///
145
145
/// - parameters:
146
146
/// - displayName: An optional string to show in build logs and other
@@ -178,14 +178,14 @@ public extension Command {
178
178
/// create an arbitrary set of output files based on the contents of the
179
179
/// inputs.
180
180
///
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
182
182
/// significant performance impact and should only be used when there is
183
183
/// no way to know the names of the outputs before the command is run.
184
184
///
185
185
/// The `outputFilesDirectory` parameter is the path of a directory into
186
186
/// which the command will write its output files. Any files that are in
187
187
/// 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.
189
189
///
190
190
/// - parameters:
191
191
/// - displayName: An optional string to show in build logs and other
0 commit comments