Skip to content

Commit 8483681

Browse files
Merge branch 'master' of https://github.com/agda/agda-stdlib
2 parents 018dd40 + 992f6b7 commit 8483681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Nat/GCD.agda

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import Relation.Nullary.Decidable as Dec
3333
-- Calculated via Euclid's algorithm. In order to show progress,
3434
-- avoiding the initial step where the first argument may increase, it
3535
-- is necessary to first define a version `gcd′` which assumes that the
36-
-- first argument is strictly smaller than the second. The full `gcd`
36+
-- second argument is strictly smaller than the first. The full `gcd`
3737
-- function then compares the two arguments and applies `gcd′`
3838
-- accordingly.
3939

0 commit comments

Comments
 (0)