Update docs

This commit is contained in:
aaron 2023-08-09 21:13:42 +01:00
parent 8b73d51744
commit 2050c2585f
2 changed files with 3 additions and 3 deletions

View file

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