aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/equation2.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/equation2.spad.pamphlet')
-rw-r--r--src/algebra/equation2.spad.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/equation2.spad.pamphlet b/src/algebra/equation2.spad.pamphlet
index e0d3bd30..a621d9f9 100644
--- a/src/algebra/equation2.spad.pamphlet
+++ b/src/algebra/equation2.spad.pamphlet
@@ -206,7 +206,7 @@ Equation(S: Type): public == private where
leftOne eq == 1 = rhs eq * inv rhs eq
rightOne eq == lhs eq * inv rhs eq = 1
if S has Ring then
- characteristic() == characteristic()$S
+ characteristic == characteristic$S
i:Integer * eq:$ == (i::S) * eq
if S has IntegralDomain then
factorAndSplit eq ==