Skip to content

Commit 0d515ab

Browse files
authored
Fix typos in CHANGELOG.md (#3676)
1 parent 2019464 commit 0d515ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Swift 5.6
66
Semantic version dependencies can now be resolved against Git tag names that contain only major and minor version identifiers. A tag with the form `X.Y` will be treated as `X.Y.0`. This improves compatibility with existing repositories.
77

88
* [#3641]
9-
Soft deprecate `.pacakge(name:, url:)` dependency syntax in favour of `.pacakge(url:)`, given that an explciit `name` attribute is no longer needed for target depedendencies lookup.
9+
Soft deprecate `.package(name:, url:)` dependency syntax in favour of `.package(url:)`, given that an explicit `name` attribute is no longer needed for target depedendencies lookup.
1010

1111
* [#3641]
1212
Adding a dependency requirement can now be done with the convenience initializer `.package(url: String, exact: Version)`.

0 commit comments

Comments
 (0)