From 6eb57a31fd2647626ef301b827c9a99ef0f2a484 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 13 Sep 2021 20:51:08 -0400 Subject: Re-named "primitive" to "Primitive". --- lux-python/source/program.lux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lux-python') diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux index 9a8dd7b46..d9bc6dcb3 100644 --- a/lux-python/source/program.lux +++ b/lux-python/source/program.lux @@ -188,7 +188,7 @@ [org/python/core/PyInteger [(ffi.:as org/python/core/PyObject) ("jvm member invoke virtual" [] "org.python.core.PyObject" "asInt" []) "jvm object cast" - (: (primitive "java.lang.Integer"))]] + (: (Primitive "java.lang.Integer"))]] [org/python/core/PyLong [org/python/core/PyObject::asLong]] [org/python/core/PyFloat [org/python/core/PyObject::asDouble]] [org/python/core/PyString [org/python/core/PyObject::asString]] -- cgit v1.2.3