aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/algebra/aggcat2.spad.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/aggcat2.spad.pamphlet b/src/algebra/aggcat2.spad.pamphlet
index 7fea65b4..de0df1f0 100644
--- a/src/algebra/aggcat2.spad.pamphlet
+++ b/src/algebra/aggcat2.spad.pamphlet
@@ -57,7 +57,7 @@ FiniteLinearAggregateFunctions2(S, A, R, B):
Implementation ==> add
getRSample(): R ==
- R has sample: R => sample()$R
+ R has sample: R => sample$R
R has random: () -> R => random()$R
NIL$Lisp -- R got to be non-trivial.