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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
API.md
View File

@ -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)
```
```