aboutsummaryrefslogtreecommitdiff
path: root/lux-python
diff options
context:
space:
mode:
authorEduardo Julian2021-09-13 20:51:08 -0400
committerEduardo Julian2021-09-13 20:51:08 -0400
commit6eb57a31fd2647626ef301b827c9a99ef0f2a484 (patch)
tree429c2962b69a686319bb9e1305fb10906c28d861 /lux-python
parentc19b19a2d48c3937bae72982cbb88b78d21b3891 (diff)
Re-named "primitive" to "Primitive".
Diffstat (limited to 'lux-python')
-rw-r--r--lux-python/source/program.lux2
1 files changed, 1 insertions, 1 deletions
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]]