From 663fe3b93c7e4ae719227b1ed96fbe79074f2831 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Sun, 29 May 2022 20:58:35 +0200 Subject: [PATCH] Updated List (markdown) --- List.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()