summaryrefslogtreecommitdiff
path: root/macros/luatex/latex/luacas/tex/algebra/luacas-equation.lua
diff options
context:
space:
mode:
Diffstat (limited to 'macros/luatex/latex/luacas/tex/algebra/luacas-equation.lua')
-rw-r--r--macros/luatex/latex/luacas/tex/algebra/luacas-equation.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/luatex/latex/luacas/tex/algebra/luacas-equation.lua b/macros/luatex/latex/luacas/tex/algebra/luacas-equation.lua
index 4e81d5ca95..18d6a9c091 100644
--- a/macros/luatex/latex/luacas/tex/algebra/luacas-equation.lua
+++ b/macros/luatex/latex/luacas/tex/algebra/luacas-equation.lua
@@ -3,7 +3,7 @@
--- @field lhs Expression
--- @field rhs Expression
Equation = {}
-__Equation = {}
+local __Equation = {}
--------------------------
-- Static functionality --