aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/abstract/comonad/free.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/documentation/lux/abstract/comonad/free.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/documentation/lux/abstract/comonad/free.lux b/stdlib/source/documentation/lux/abstract/comonad/free.lux
index 4d37b2953..178ce809f 100644
--- a/stdlib/source/documentation/lux/abstract/comonad/free.lux
+++ b/stdlib/source/documentation/lux/abstract/comonad/free.lux
@@ -12,6 +12,6 @@
[($.default /.functor)
($.default /.comonad)
- ($.documentation (/.Free ! it)
+ ($.definition (/.Free ! it)
"The Free CoMonad.")]
[]))