File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This library defines the logic which translates between the Swift package
4
4
manager conventions and the underlying project model.
5
5
6
6
The intent is that it is largely a transformation taking the input project model
7
- objects descripted in a manifest, applying the conventions and
7
+ objects descripted in a manifest applying the conventions.
8
8
9
9
Ultimately, this library should * only* deal with the content which is _ local_ to
10
10
a single package. Any cross-package information should be managed by the
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import TSCBasic
13
13
import PackageModel
14
14
import TSCUtility
15
15
16
- /// An utility to compute the source/resource files of a target.
16
+ /// A utility to compute the source/resource files of a target.
17
17
public struct TargetSourcesBuilder {
18
18
/// The target for which we're computing source/resource files.
19
19
public let target : TargetDescription
You can’t perform that action at this time.
0 commit comments