aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/data/identity.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/data/identity.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/data/identity.lux b/stdlib/source/library/lux/data/identity.lux
index be7560d60..1a7f1ec76 100644
--- a/stdlib/source/library/lux/data/identity.lux
+++ b/stdlib/source/library/lux/data/identity.lux
@@ -10,7 +10,7 @@
["." function]]]])
(type: .public (Identity a)
- {#.doc (doc "A value, as is, without any extra structure super-imposed on it.")}
+ {#.doc (example "A value, as is, without any extra structure super-imposed on it.")}
a)
(implementation: .public functor