From a3a5a227ad1e061bf33ab80afe71666ce0525b7e Mon Sep 17 00:00:00 2001 From: uramer Date: Fri, 27 Jan 2023 18:31:04 +0100 Subject: [PATCH] Remove accidental copy-paste in global.doclua --- files/lua_api/global.doclua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/files/lua_api/global.doclua b/files/lua_api/global.doclua index 04f917980f..32fd886cbd 100644 --- a/files/lua_api/global.doclua +++ b/files/lua_api/global.doclua @@ -24,11 +24,6 @@ -- This is a global variable which hold the preloaded @{math} module. -- @field[parent = #global] math#math math preloaded module ------------------------------------------------------------------------------- --- This library is an interface to the standard C math library. --- This is a global variable which hold the preloaded @{omwutil} module. --- @field[parent = #global] omwutil#omwutil ou preloaded module - ------------------------------------------------------------------------------- -- Issues an error when the value of its argument `v` is false (i.e., -- **nil** or **false**); otherwise, returns all its arguments. `message` is an error