Skip to content

Commit 06c5e23

Browse files
ElektrojungeAtWorkaciidgh
authored andcommitted
Update source-docs for enum TargetType
1 parent 64fe8c1 commit 06c5e23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/PackageDescription4/Target.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ public final class Target {
1818

1919
/// The different types of a target.
2020
public enum TargetType: String, Encodable {
21-
/// A regular target.
21+
/// A target that contains code for the Swift package’s functionality.
2222
case regular
23-
/// A test target.
23+
/// A target that contains tests for the Swift package’s other targets.
2424
case test
25-
/// A system framework target.
25+
/// A target that adapts a library on the system to work with Swift packages.
2626
case system
2727
}
2828

0 commit comments

Comments
 (0)