File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Sources/PackageDescription4 Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ extension Package.Dependency {
50
50
}
51
51
52
52
/// Add a package dependency starting with a specific minimum version, up to
53
- // but not including a specific maximum version.
53
+ /// but not including a specific maximum version.
54
54
///
55
55
/// For example
56
56
///
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ public final class Target {
160
160
}
161
161
162
162
/// Create a library or executable target.
163
- //
163
+ ///
164
164
/// A target can either contain Swift or C-family source files. You cannot
165
165
/// mix Swift and C-family source files within a target. A target is
166
166
/// considered to be an executable target if there is a `main.swift`,
@@ -196,7 +196,7 @@ public final class Target {
196
196
}
197
197
198
198
/// Create a library or executable target.
199
- //
199
+ ///
200
200
/// A target can either contain Swift or C-family source files. You cannot
201
201
/// mix Swift and C-family source files within a target. A target is
202
202
/// considered to be an executable target if there is a `main.swift`,
You can’t perform that action at this time.
0 commit comments