aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/world/net/http/mime.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/world/net/http/mime.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/world/net/http/mime.lux b/stdlib/source/lux/world/net/http/mime.lux
index 272fd1f60..035ff0364 100644
--- a/stdlib/source/lux/world/net/http/mime.lux
+++ b/stdlib/source/lux/world/net/http/mime.lux
@@ -22,7 +22,7 @@
)
## https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Complete_list_of_MIME_types
-(do-template [<name> <type>]
+(template [<name> <type>]
[(def: #export <name> MIME (..mime <type>))]
[aac-audio "audio/aac"]