aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/control/hash.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/control/hash.lux')
-rw-r--r--stdlib/source/lux/control/hash.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/control/hash.lux b/stdlib/source/lux/control/hash.lux
index 76fcd2730..faf7afda8 100644
--- a/stdlib/source/lux/control/hash.lux
+++ b/stdlib/source/lux/control/hash.lux
@@ -3,7 +3,7 @@
(// [equivalence #+ Equivalence]))
## [Signatures]
-(sig: #export (Hash a)
+(signature: #export (Hash a)
{#.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."}