mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Fix typo
This commit is contained in:
parent
eab45f4ee5
commit
747ca4858d
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ Maps each index in a table source to an object.
|
|||
|
||||
local items = source {} :: () -> Array<Item>
|
||||
|
||||
local displays = indexes(numbers, function(item, i)
|
||||
local displays = indexes(items, function(item, i)
|
||||
return ItemDisplay {
|
||||
Name = function()
|
||||
return item().name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue