Skip to content

Commit 9df2c20

Browse files
authored
Fix typo in comment (#331)
1 parent c0fd0f0 commit 9df2c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gcd.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ function content(
910910
end
911911
end
912912
end
913-
# This is tricky to infer a `content` calls `gcd` which calls `content`, etc...
913+
# This is tricky to infer as `content` calls `gcd` which calls `content`, etc...
914914
# To help Julia break the loop, we annotate the result here.
915915
g = _gcd(coefs[1], coefs[2], algo, mutability, mutability)::P
916916
isone(g) || for i in 3:length(coefs)

0 commit comments

Comments
 (0)