aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/lodop.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/lodop.spad.pamphlet')
-rw-r--r--src/algebra/lodop.spad.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/lodop.spad.pamphlet b/src/algebra/lodop.spad.pamphlet
index 3ebad1d2..d4aba322 100644
--- a/src/algebra/lodop.spad.pamphlet
+++ b/src/algebra/lodop.spad.pamphlet
@@ -86,7 +86,7 @@ OppositeMonogenicLinearOperator(P, R): OPRcat == OPRdef where
R: Ring
OPRcat == MonogenicLinearOperator(R) with
- if P has DifferentialRing then DifferentialRing
+ if P has DifferentialDomain P then DifferentialRing
op: P -> $ ++ op(p) creates a value in $ equal to p in P.
po: $ -> P ++ po(q) creates a value in P equal to q in $.