aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/meta/archive/document.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/tool/compiler/meta/archive/document.lux14
1 files changed, 7 insertions, 7 deletions
diff --git a/stdlib/source/library/lux/tool/compiler/meta/archive/document.lux b/stdlib/source/library/lux/tool/compiler/meta/archive/document.lux
index 39edd668e..3e2e86663 100644
--- a/stdlib/source/library/lux/tool/compiler/meta/archive/document.lux
+++ b/stdlib/source/library/lux/tool/compiler/meta/archive/document.lux
@@ -13,7 +13,7 @@
["." dictionary (#+ Dictionary)]]
[format
["." binary (#+ Writer)]]]
- [type (#+ :share)
+ [type (#+ :sharing)
abstract]]]
[//
["." signature (#+ Signature)]
@@ -35,12 +35,12 @@
(if (\ signature.equivalence =
(key.signature key)
document//signature)
- (#try.Success (:share [e]
- (Key e)
- key
-
- e
- (:assume document//content)))
+ (#try.Success (:sharing [e]
+ (Key e)
+ key
+
+ e
+ (:assume document//content)))
(exception.throw ..invalid_signature [(key.signature key)
document//signature]))))