Skip to content

Commit 4d2c5da

Browse files
committed
fix spec
1 parent 3c7ad28 commit 4d2c5da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ gcd $0,5 ; $0 := 1
286286
## **lex** (Largest Exponent)
287287

288288
Largest exponent of the source dividing the target.
289-
Greatest common divisor of target and source.
290289

291290
An operation `lex a,b` computes the largest exponent of `b` that divides `a`, and assigns it to `a`. The result is always a non-negtive number. If `a` is zero or `b` is zero or `b` is one, the result is always zero.
292291

0 commit comments

Comments
 (0)