mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Fix type in docs
This commit is contained in:
parent
38f8e8d9c5
commit
fd323d7d39
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ type Item = {
|
|||
|
||||
local items = source({} :: Array<Item>)
|
||||
|
||||
local elements = indexes(items, function(item, i)
|
||||
local elements = values(items, function(item, i)
|
||||
return create "ImageLabel" {
|
||||
Image = "rbxassetid://" .. item.Icon,
|
||||
LayoutOrder = i
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue