diff --git a/List.md b/List.md index 33097c9..5995770 100644 --- a/List.md +++ b/List.md @@ -12,7 +12,7 @@ This will create a default list with the size 8 width and 5 height on position 1 Here are all possible functions available for lists. Remember list inherit from [object](https://github.com/NoryiE/basalt/wiki/Object): ## addItem -Adds a item to the list +Adds a item into the list ````lua local mainFrame = basalt.createFrame("myFirstFrame"):show()