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 {
243
243
public protocol SourceModuleTarget : Target {
244
244
/// The name of the module produced by the target.
245
245
///
246
- /// Derived from the target name, though future SwiftPM versions may
246
+ /// Derived from the target name, though future Swift package manager versions may
247
247
/// allow this to be customized.
248
248
var moduleName : String { get }
249
249
@@ -371,7 +371,7 @@ public struct ClangSourceModuleTarget: SourceModuleTarget {
371
371
372
372
/// The kind of module.
373
373
///
374
- /// The kind of module describes whether it contains unit tests, contains
374
+ /// The kind of module describes whether it contains unit tests,
375
375
/// the main entry point of an executable, or neither.
376
376
public let kind : ModuleKind
377
377
You can’t perform that action at this time.
0 commit comments