aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/lmdict.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/lmdict.spad.pamphlet')
-rw-r--r--src/algebra/lmdict.spad.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/lmdict.spad.pamphlet b/src/algebra/lmdict.spad.pamphlet
index f7b820f5..557f7aaf 100644
--- a/src/algebra/lmdict.spad.pamphlet
+++ b/src/algebra/lmdict.spad.pamphlet
@@ -149,7 +149,7 @@ ListMultiDictionary(S:SetCategory): MultiDictionary(S) with
while not empty? p repeat
x = first p =>
p.rest := concat(x, rest p)
- s
+ return s
p := rest p
setref(s, concat(x, deref s))
s