Skip to content

Commit aeead5a

Browse files
oleKyle Macomber
authored and
Kyle Macomber
committed
Fix typo in readme
Looks like a copy/paste oversight.
1 parent c5ea9e3 commit aeead5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Finally, add `import Algorithms` to your source code.
7272

7373
## Source Stability
7474

75-
The Swift Numerics package is source stable; version numbers follow [Semantic Versioning](https://semver.org/). Source breaking changes to public API can only land in a new major version.
75+
The Swift Algorithms package is source stable; version numbers follow [Semantic Versioning](https://semver.org/). Source breaking changes to public API can only land in a new major version.
7676

7777
The public API of version 1.0 of the `swift-algorithms` package consists of non-underscored declarations that are marked `public` in the `Algorithms` module. Interfaces that aren't part of the public API may continue to change in any release, including patch releases.
7878

0 commit comments

Comments
 (0)