Skip to content

Commit f4b794d

Browse files
committed
fix typo
1 parent 4d2c5da commit f4b794d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ gcd $0,5 ; $0 := 1
287287

288288
Largest exponent of the source dividing the target.
289289

290-
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.
290+
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-negative number. If `a` is zero or `b` is zero or `b` is one, the result is always zero.
291291

292292
Examples:
293293

0 commit comments

Comments
 (0)