1
0
mirror of https://github.com/OgelGames/fakelib.git synced 2025-07-11 21:00:38 +02:00

fix copy-paste mistakes in docs

This commit is contained in:
OgelGames
2024-10-30 02:03:59 +11:00
committed by GitHub
parent c1cf529712
commit 26580085f3

6
API.md

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