File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Sources/PackageDescription Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -241,8 +241,8 @@ extension Package.Dependency {
241
241
/// packages.
242
242
///
243
243
/// - Parameters:
244
- /// - name: The name of the Swift package or `nil` to deduce the name from path .
245
- /// - path: The local path to the package.
244
+ /// - name: The name of the Swift package.
245
+ /// - path: The file system path to the package.
246
246
///
247
247
/// - Returns: A package dependency.
248
248
@available ( _PackageDescription, introduced: 5.2 )
@@ -261,8 +261,8 @@ extension Package.Dependency {
261
261
/// packages.
262
262
///
263
263
/// - Parameters:
264
- /// - name: The name of the Swift package or `nil` to deduce the name from path .
265
- /// - path: The local path to the package.
264
+ /// - name: The name of the Swift package.
265
+ /// - path: The file system path to the package.
266
266
/// - traits: The trait configuration of this dependency. Defaults to enabling the default traits.
267
267
///
268
268
/// - Returns: A package dependency.
You can’t perform that action at this time.
0 commit comments