From 971767f1eafb22208912353d8709f11081f2d3c8 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 14 Sep 2021 02:56:22 -0400 Subject: Re-named "Identifier" to "Symbol". --- lux-lua/source/program.lux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lux-lua') diff --git a/lux-lua/source/program.lux b/lux-lua/source/program.lux index 8eb51c777..eec9f187d 100644 --- a/lux-lua/source/program.lux +++ b/lux-lua/source/program.lux @@ -158,7 +158,7 @@ [(ffi.interface: (getValue [] java/lang/Object)) - (`` (ffi.import: (~~ (template.identifier ["program/" ])) + (`` (ffi.import: (~~ (template.symbol ["program/" ])) ["[1]::[0]" (getValue [] java/lang/Object)]))] -- cgit v1.2.3