Compare commits

...

1 Commits

Author SHA1 Message Date
26580085f3 fix copy-paste mistakes in docs 2024-10-30 02:03:59 +11:00

6
API.md
View File

@ -59,7 +59,7 @@ Creates a new fake player.
#### **`fakelib.create_inventory([sizes])`** #### **`fakelib.create_inventory([sizes])`**
Creates a new fake player. Creates a new fake inventory.
**Arguments** **Arguments**
@ -67,7 +67,7 @@ Creates a new fake player.
#### **`fakelib.create_metadata([data])`** #### **`fakelib.create_metadata([data])`**
Creates a new fake player. Creates a new fake metadata object.
**Arguments** **Arguments**
@ -134,4 +134,4 @@ local data = {
energy = 300, energy = 300,
} }
local meta = fakelib.create_metadata(data) local meta = fakelib.create_metadata(data)
``` ```