[latex3-commits] [latex3/luamml] mathsockets: correct typo (3c70bd1)

github at latex-project.org github at latex-project.org
Fri Nov 29 14:29:59 CET 2024


Repository : https://github.com/latex3/luamml
On branch  : mathsockets
Link       : https://github.com/latex3/luamml/commit/3c70bd11efe484eab046b71ec30fc52d5dd62b5a

>---------------------------------------------------------------

commit 3c70bd11efe484eab046b71ec30fc52d5dd62b5a
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Fri Nov 29 14:29:59 2024 +0100

    correct typo


>---------------------------------------------------------------

3c70bd11efe484eab046b71ec30fc52d5dd62b5a
 luamml-array.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/luamml-array.lua b/luamml-array.lua
index 9a7b358..f1fd7c5 100644
--- a/luamml-array.lua
+++ b/luamml-array.lua
@@ -54,7 +54,7 @@ end
 
 local saved_array
 
-funcid = luatexbase.new_luafunction'__luamml_array_finalize_array:'
+funcid = luatexbase.new_luafunction'__luamml_array_save_array:'
 token.set_lua('__luamml_array_save_array:', funcid)
 lua.get_functions_table()[funcid] = function()
   -- TODO: Error handling etc.





More information about the latex3-commits mailing list.