Skip to content

Commit b6e556a

Browse files
authored
testTarget method's description of parameter path (swiftlang#2906)
the description of parameter path is not right
1 parent 948e70e commit b6e556a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/PackageDescription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ public static func target(
523523
/// - Parameters:
524524
/// - name: The name of the target.
525525
/// - dependencies: The dependencies of the target. These can either be other targets in the package or products from other packages.
526-
/// - path: The custom path for the target. By default, targets will be looked up in the <package-root>/Sources/<target-name> directory.
526+
/// - path: The custom path for the target. By default, targets will be looked up in the <package-root>/Tests/<target-name> directory.
527527
/// Do not escape the package root, i.e. values like "../Foo" or "/Foo" are invalid.
528528
/// - exclude: A list of paths to exclude from being considered source files. This path is relative to the target's directory.
529529
/// - sources: An explicit list of source files.

0 commit comments

Comments
 (0)