diff options
Diffstat (limited to 'stdlib/source/documentation/lux/abstract/comonad/free.lux')
-rw-r--r-- | stdlib/source/documentation/lux/abstract/comonad/free.lux | 2 |
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.")] [])) |