Skip to content

Commit dd3d71e

Browse files
committed
Spelling.
1 parent c497f4d commit dd3d71e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def gcd(a, b)
9292
end
9393
end
9494

95-
# Computes the multiplicitive inverse of the given number on the finite
95+
# Computes the multiplicative inverse of the given number on the finite
9696
# field. Note: number should never be less than zero; however, if it is,
9797
# the inverse is inverted
9898
def mod_inverse(number)

0 commit comments

Comments
 (0)