Skip to content

Commit e14b29b

Browse files
committed
[Documentation] Add missing forward slash in two places
1 parent 0a7621d commit e14b29b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Sources/PackageDescription4/PackageDependency.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ extension Package.Dependency {
5050
}
5151

5252
/// 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.
5454
///
5555
/// For example
5656
///

Sources/PackageDescription4/Target.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public final class Target {
160160
}
161161

162162
/// Create a library or executable target.
163-
//
163+
///
164164
/// A target can either contain Swift or C-family source files. You cannot
165165
/// mix Swift and C-family source files within a target. A target is
166166
/// considered to be an executable target if there is a `main.swift`,
@@ -196,7 +196,7 @@ public final class Target {
196196
}
197197

198198
/// Create a library or executable target.
199-
//
199+
///
200200
/// A target can either contain Swift or C-family source files. You cannot
201201
/// mix Swift and C-family source files within a target. A target is
202202
/// considered to be an executable target if there is a `main.swift`,

0 commit comments

Comments
 (0)