summaryrefslogtreecommitdiff
path: root/macros/luatex/latex/luacas/tex/algebra/luacas-logarithm.lua
diff options
context:
space:
mode:
Diffstat (limited to 'macros/luatex/latex/luacas/tex/algebra/luacas-logarithm.lua')
-rw-r--r--macros/luatex/latex/luacas/tex/algebra/luacas-logarithm.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/luatex/latex/luacas/tex/algebra/luacas-logarithm.lua b/macros/luatex/latex/luacas/tex/algebra/luacas-logarithm.lua
index 07a9db84d1..135a74f326 100644
--- a/macros/luatex/latex/luacas/tex/algebra/luacas-logarithm.lua
+++ b/macros/luatex/latex/luacas/tex/algebra/luacas-logarithm.lua
@@ -4,7 +4,7 @@
--- @field base Expression
--- @field expression Expression
Logarithm = {}
-__Logarithm = {}
+local __Logarithm = {}
----------------------------
-- Instance functionality --