aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/ffi.rb.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-07-16 02:23:00 -0400
committerEduardo Julian2021-07-16 02:23:00 -0400
commitbfacc0c96e56eedf788aba44bd8ad2848a35c390 (patch)
tree7d5f637d589ac68c645d6d726967d6fac51da15d /stdlib/source/library/lux/ffi.rb.lux
parent0abd5bd3c0e38e352e9ba38268e04e1c858ab01e (diff)
Fixed some inconsistent naming.
Diffstat (limited to 'stdlib/source/library/lux/ffi.rb.lux')
-rw-r--r--stdlib/source/library/lux/ffi.rb.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/ffi.rb.lux b/stdlib/source/library/lux/ffi.rb.lux
index 511351bad..f3f483e23 100644
--- a/stdlib/source/library/lux/ffi.rb.lux
+++ b/stdlib/source/library/lux/ffi.rb.lux
@@ -27,7 +27,7 @@
(template [<name>]
[(with_expansions [<brand> (template.identifier [<name> "'"])]
- (abstract: #export <brand> Any)
+ (abstract: <brand> Any)
(type: #export <name>
(..Object <brand>)))]