Skip to content

Commit 6f96e65

Browse files
authored
Merge pull request #4 from 8bitmp3/patch-2
Revert "new uses are discovered" in Swift Numerics README
2 parents 2aeb3f8 + e95124c commit 6f96e65

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
@@ -7,7 +7,7 @@ Swift Numerics provides a set of modules that support numerical computing in Swi
77
- API that is too specialized to go into the standard library, but which is sufficiently general to be centralized in a single common package.
88
- API that is under active development toward possible future inclusion in the standard library.
99

10-
There is some overlap between these two categories, and an API that begins in the first category may migrate into the second as it matures and more users start using Swift Numerics.
10+
There is some overlap between these two categories, and an API that begins in the first category may migrate into the second as it matures and new uses are discovered.
1111

1212
Swift Numerics modules are fine-grained. For example, if you need support for Complex numbers, you can import ComplexModule¹ as a standalone module:
1313

0 commit comments

Comments
 (0)