Skip to content

Commit a737a6f

Browse files
fingolfinthofma
andauthored
Update src/Fraction.jl
Co-authored-by: Tommy Hofmann <thofma@gmail.com>
1 parent 181f3e9 commit a737a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Fraction.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ that it will always be returned by a call to the constructor when the same
821821
base ring $R$ is supplied.
822822
"""
823823
function fraction_field(R::Ring; cached::Bool=true)
824-
@req !is_trivial(R) "Zero rings are currently not supported as coefficient ring."
824+
@req !is_trivial(R) "Base ring must not be the zero ring."
825825
return Generic.fraction_field(R; cached=cached)
826826
end
827827

0 commit comments

Comments
 (0)