mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Update docs
This commit is contained in:
parent
8b73d51744
commit
2050c2585f
2 changed files with 3 additions and 3 deletions
|
|
@ -221,7 +221,7 @@ Maps each value in a table source to an object.
|
|||
|
||||
local items = source {} :: () -> Array<Item>
|
||||
|
||||
local displays = values(numbers, function(item, i)
|
||||
local displays = values(items, function(item, i)
|
||||
return ItemDisplay {
|
||||
Name = item.Name
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue