Skip to content

Commit 5b26547

Browse files
committed
Fix typos.
1 parent 69cf325 commit 5b26547

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ language. The current version provides three new numeric types:
1818

1919
**Requirements**: Xcode 9/Swift Package Manager, Swift 4
2020

21-
**Note** So far, with every major version of Swift, Apple decided to change the foundational APIs of the numeric
21+
**Note**: So far, with every major version of Swift, Apple decided to change the foundational APIs of the numeric
2222
types in Swift significantly and consistently in a backward incompatible way. In order to be more isolated from
2323
such changes in future, I decided to introduce a distinct integer type used in NumberKit using a new protocol
2424
`IntegerNumber`. All standard numeric integer types implement this protocol. This is now consistent with the
2525
usage of protocol `FloatingPointNumber` for floating point numbers, where there was, so far, never a good,
2626
generic enough foundation (and still isn't). Unfortunately, this is a change that might break some client usage
27-
of NumberKit. Adaptations should be straighforward.
27+
of NumberKit. Adaptations should be straightforward.
2828

2929

3030
## BigInt

0 commit comments

Comments
 (0)