File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -523,7 +523,7 @@ public static func target(
523
523
/// - Parameters:
524
524
/// - name: The name of the target.
525
525
/// - 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.
527
527
/// Do not escape the package root, i.e. values like "../Foo" or "/Foo" are invalid.
528
528
/// - exclude: A list of paths to exclude from being considered source files. This path is relative to the target's directory.
529
529
/// - sources: An explicit list of source files.
You can’t perform that action at this time.
0 commit comments