Skip to content

Commit

Permalink
fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ederc committed Aug 7, 2023
1 parent 1b5ca16 commit 136097d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/module.jl
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ end
Computes a division with remainder of the generators of `I` by
the generators of `G`. Returns a tuple (Quo, Rem, U) where
`Matrix(I)*MAtrix(U) = Matrix(G)*Matrix(Quo) + Matrix(Rem)`
`Matrix(I)*Matrix(U) = Matrix(G)*Matrix(Quo) + Matrix(Rem)`
and `Rem = normalform(I, G)`. `U` is a diagonal matrix of units differing
from the identity matrix only for local ring orderings.
"""
Expand Down

0 comments on commit 136097d

Please sign in to comment.