Skip to content

Commit df3a3e8

Browse files
authored
Fix comment typo in Package.swift (#2994)
It seems to me that `libSwiftPMDataModel` instead of `libSwiftPM` was meant in this context.
1 parent abb5172 commit df3a3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ let package = Package(
2929
products: [
3030
// The `libSwiftPM` set of interfaces to programatically work with Swift
3131
// packages. `libSwiftPM` includes all of the SwiftPM code except the
32-
// command line tools, while `libSwiftPM` includes only the data model.
32+
// command line tools, while `libSwiftPMDataModel` includes only the data model.
3333
//
3434
// NOTE: This API is *unstable* and may change at any time.
3535
.library(

0 commit comments

Comments
 (0)