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 f1ecfd01d..aa668c7c7 100644
--- a/stdlib/source/lux/control/hash.lux
+++ b/stdlib/source/lux/control/hash.lux
@@ -1,6 +1,6 @@
(.module:
lux
- (// [equivalence (#+ Equivalence)]))
+ [// [equivalence (#+ Equivalence)]])
## [Signatures]
(signature: #export (Hash a)