File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ public enum TargetDependency {
243243public 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
You can’t perform that action at this time.
0 commit comments