creachadair / imath

Arbitrary precision integer and rational arithmetic library
Other
131 stars 20 forks source link

Grammar mistake in the code #46

Closed michaelpq closed 4 years ago

michaelpq commented 4 years ago

Hello, there is a grammar mistake in this comment: https://github.com/creachadair/imath/blob/01c0a40b18ef2761381a6e8848396ee52497f54c/imath.c#L2488

-   quotient digit. This makes our algorithm less efficient that Knuth because
+   quotient digit. This makes our algorithm less efficient than Knuth because
creachadair commented 4 years ago

Thanks for reporting, this is fixed in #47.