Skip to content

Commit 7fdfd7d

Browse files
committed
typo and grammar fixes
1 parent d3b0e3b commit 7fdfd7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/PackagePlugin/PackageModel.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ public enum TargetDependency {
243243
public protocol SourceModuleTarget: Target {
244244
/// The name of the module produced by the target.
245245
///
246-
/// Derived from the target name, though future SwiftPM versions may
246+
/// Derived from the target name, though future Swift package manager versions may
247247
/// allow this to be customized.
248248
var moduleName: String { get }
249249

@@ -371,7 +371,7 @@ public struct ClangSourceModuleTarget: SourceModuleTarget {
371371

372372
/// The kind of module.
373373
///
374-
/// The kind of module describes whether it contains unit tests, contains
374+
/// The kind of module describes whether it contains unit tests,
375375
/// the main entry point of an executable, or neither.
376376
public let kind: ModuleKind
377377

0 commit comments

Comments
 (0)