]> gitweb.factorcode.org Git - factor.git/blobdiff - core/generic/math/math-docs.factor
fix some typos in docs.
[factor.git] / core / generic / math / math-docs.factor
index ed2339d8de6d17ee4cc7fcec7defd47dc4da9f95..29ad191343046618897bc424b9c5e891ae47c76d 100644 (file)
@@ -15,7 +15,7 @@ HELP: math-class-max
 
 HELP: math-upgrade
 { $values { "class1" class } { "class2" class } { "quot" { $quotation ( n n -- n n ) } } }
-{ $description "Outputs a quotation for upgrading numberical types. It takes two numbers on the stack, an instance of " { $snippet "class1" } ", and an instance of " { $snippet "class2" } ", and converts the one with the lower priority to the higher priority type." }
+{ $description "Outputs a quotation for upgrading numerical types. It takes two numbers on the stack, an instance of " { $snippet "class1" } ", and an instance of " { $snippet "class2" } ", and converts the one with the lower priority to the higher priority type." }
 { $examples { $example "USING: generic.math math kernel prettyprint ;" "fixnum bignum math-upgrade ." "[ [ >bignum ] dip ]" } } ;
 
 HELP: no-math-method