diff options
author | Eduardo Julian | 2021-09-13 20:51:08 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-09-13 20:51:08 -0400 |
commit | 6eb57a31fd2647626ef301b827c9a99ef0f2a484 (patch) | |
tree | 429c2962b69a686319bb9e1305fb10906c28d861 /lux-python | |
parent | c19b19a2d48c3937bae72982cbb88b78d21b3891 (diff) |
Re-named "primitive" to "Primitive".
Diffstat (limited to 'lux-python')
-rw-r--r-- | lux-python/source/program.lux | 2 |
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]] |