aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/control/hash.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/control/hash.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/lux/control/hash.lux b/stdlib/source/lux/control/hash.lux
index ae72d4cf0..722b0fdca 100644
--- a/stdlib/source/lux/control/hash.lux
+++ b/stdlib/source/lux/control/hash.lux
@@ -1,10 +1,10 @@
-(;module:
+(.module:
lux
(// [eq #+ Eq]))
## [Signatures]
(sig: #export (Hash a)
- {#;doc "A way to produce hash-codes for a type's instances.
+ {#.doc "A way to produce hash-codes for a type's instances.
A necessity when working with some data-structures, such as dictionaries or sets."}
(: (Eq a)