]> gitweb.factorcode.org Git - factor.git/commitdiff
math.approx: fix typo in docs.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 12 Jul 2016 04:09:11 +0000 (21:09 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 12 Jul 2016 04:09:11 +0000 (21:09 -0700)
extra/math/approx/approx-docs.factor

index 1bbfd087dc63fff37708587c6e9d462b0f0b9c36..2f3d94dd1f6ea374a7d1f30980d938d8a785b2b9 100644 (file)
@@ -12,7 +12,7 @@ HELP: approximate
 "simplest rational number within \"epsilon\" of \"x\"."
 $nl
 "A rational number \"y\" is said to be simpler than another \"y'\" if "
-"abs numerator y <= abs numerator y', and denominator y <= demoniator y'"
+"abs numerator y <= abs numerator y', and denominator y <= denominator y'"
 $nl
 "Any real interval contains a unique simplest rational; in particular note "
 "that 0/1 is the simplest rational of all."