diff options
Diffstat (limited to 'stdlib/source/documentation/lux/control/function/memo.lux')
-rw-r--r-- | stdlib/source/documentation/lux/control/function/memo.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/documentation/lux/control/function/memo.lux b/stdlib/source/documentation/lux/control/function/memo.lux index 42b463a24..35a6979de 100644 --- a/stdlib/source/documentation/lux/control/function/memo.lux +++ b/stdlib/source/documentation/lux/control/function/memo.lux @@ -6,9 +6,9 @@ [text {"+" [\n]} ["%" format {"+" [format]}]]] [macro - ["." template]]]] + ["[0]" template]]]] [\\library - ["." /]]) + ["[0]" /]]) (documentation: /.open "Memoization where the memoized results can be re-used accross invocations." |