Skip to content

Commit 4c4476f

Browse files
authored
NFC: Fix typos in PackageLoading (#2977)
The sentence in the second paragraph of `README.md` is unfinished. I'm not sure how it was supposed to look originally, so just cleaning it up as is.
1 parent 1a75dc0 commit 4c4476f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/PackageLoading/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This library defines the logic which translates between the Swift package
44
manager conventions and the underlying project model.
55

66
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.
88

99
Ultimately, this library should *only* deal with the content which is _local_ to
1010
a single package. Any cross-package information should be managed by the

Sources/PackageLoading/TargetSourcesBuilder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import TSCBasic
1313
import PackageModel
1414
import TSCUtility
1515

16-
/// An utility to compute the source/resource files of a target.
16+
/// A utility to compute the source/resource files of a target.
1717
public struct TargetSourcesBuilder {
1818
/// The target for which we're computing source/resource files.
1919
public let target: TargetDescription

0 commit comments

Comments
 (0)