fix typo in docs

db4
Doug Coleman 2009-04-02 17:00:29 -05:00
parent e0a8def090
commit 7e0f271cf3
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ PRIVATE>
: lcm ( a b -- c )
[ * ] 2keep gcd nip /i ; foldable
: divisor? ( x y -- ? )
: divisor? ( m n -- ? )
mod 0 = ;
: mod-inv ( x n -- y )