aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/ffi.old.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/documentation/lux/ffi.old.lux5
1 files changed, 1 insertions, 4 deletions
diff --git a/stdlib/source/documentation/lux/ffi.old.lux b/stdlib/source/documentation/lux/ffi.old.lux
index 34bafe786..308c13a4a 100644
--- a/stdlib/source/documentation/lux/ffi.old.lux
+++ b/stdlib/source/documentation/lux/ffi.old.lux
@@ -12,10 +12,7 @@
(template [<name> <from> <to>]
[(documentation: <name>
- "Type converter."
- [(: (primitive <to>)
- (<name> (: (primitive <from>)
- it)))])]
+ "Type converter.")]
[/.byte_to_long "java.lang.Byte" "java.lang.Long"]