Skip to content

Commit

Permalink
Change 'nonnegative' to 'non-negative' for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Sep 18, 2023
1 parent 84fe6d0 commit bb5bbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NumFieldOrd/NfOrd/Ideal/Ideal.jl
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ end
@doc raw"""
minimum(A::NfAbsOrdIdl) -> ZZRingElem
Returns the smallest nonnegative element in $A \cap \mathbf Z$.
Returns the smallest non-negative element in $A \cap \mathbf Z$.
"""
function minimum(A::NfAbsOrdIdl; copy::Bool = true)
assure_has_minimum(A)
Expand Down

0 comments on commit bb5bbad

Please sign in to comment.