aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/target.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/target.lux')
-rw-r--r--stdlib/source/lux/target.lux6
1 files changed, 4 insertions, 2 deletions
diff --git a/stdlib/source/lux/target.lux b/stdlib/source/lux/target.lux
index a5188a907..572c95c90 100644
--- a/stdlib/source/lux/target.lux
+++ b/stdlib/source/lux/target.lux
@@ -1,11 +1,13 @@
(.module:
lux)
-(type: #export Host
+(type: #export Target
Text)
(template [<name> <value>]
- [(def: #export <name> Host <value>)]
+ [(def: #export <name>
+ Target
+ <value>)]
## TODO: Delete ASAP
[old "{old}"]