From f832d198579998dbc56d56944e0a69ff5e4ec307 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Tue, 11 Jun 2024 16:53:51 +0200 Subject: More application of the coding rules --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index 5f9a0fb..3136fb3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1575,7 +1575,7 @@ On the other side, you need to use a common Linda for waiting for multiple keys.
 	// expects a C function on top of the source Lua stack
-	copy_func(lua_State *dest, lua_State* source)
+	copyFunction(lua_State *dest, lua_State* source)
 	{
 		// fetch function 'name' from source lookup database
 		char const* funcname = lookup_func_name(source, -1);
-- 
cgit v1.2.3-55-g6feb