mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-05 08:41:32 +00:00
Remove accidental copy-paste in global.doclua
This commit is contained in:
parent
37152b4917
commit
a3a5a227ad
1 changed files with 0 additions and 5 deletions
|
@ -24,11 +24,6 @@
|
||||||
-- This is a global variable which hold the preloaded @{math} module.
|
-- This is a global variable which hold the preloaded @{math} module.
|
||||||
-- @field[parent = #global] math#math math preloaded 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.,
|
-- 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
|
-- **nil** or **false**); otherwise, returns all its arguments. `message` is an error
|
||||||
|
|
Loading…
Reference in a new issue