Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Spelling and Grammar  errors.
  • Loading branch information
nathanday authored Sep 20, 2018
1 parent 1d855fa commit 3eb2191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Not much documentation at the moment, but most of it is self explanatory.
All fractions will be reduce to their simplest form, as a consequence the initialiser of the form `Rational(Int,Int)`
can potentially be slow finding the largest common division for the numerator and denominator. Requires Swift 4.2.

There is a `RationalNumeric` protocol that `Rational` implements, as a project I was working on might have benefited
There is a `RationalNumeric` protocol that `Rational` implements, as a project I was working on might benefit
from representing values as a product of primes for quick factorisation and it was going to implement
the `RationalNumeric` protocol, if I do create this type I will add it two this project.
the `RationalNumeric` protocol, if I do create this type I will add it to this project.

0 comments on commit 3eb2191

Please sign in to comment.