summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--problem2.ijs2
1 files changed, 1 insertions, 1 deletions
diff --git a/problem2.ijs b/problem2.ijs
index 22e2061..671cc41 100644
--- a/problem2.ijs
+++ b/problem2.ijs
@@ -1,4 +1,4 @@
-fib =: 3 : 0 M. NB. M. means that it is memoized
+fib =: monad : 0 M. NB. M. means that it is memoized
if. 1>:y do.
x: 1
else.