mirror of
https://github.com/OgelGames/fakelib.git
synced 2024-11-13 07:20:17 +01:00
fix copy-paste mistakes in docs
This commit is contained in:
parent
c1cf529712
commit
26580085f3
6
API.md
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)
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user