From 09d6c514e45f73cb13482af9447174c543f7211e Mon Sep 17 00:00:00 2001
From: Robert Jelic <36573031+NoryiE@users.noreply.github.com>
Date: Mon, 2 May 2022 18:15:37 +0200
Subject: [PATCH] Updated Label (markdown)
---
Label.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Label.md b/Label.md
index d2b6e48..5c0bcc9 100644
--- a/Label.md
+++ b/Label.md
@@ -9,5 +9,5 @@ sets the text of your label, it automatically adjusts the width to the text len.
local mainFrame = basalt.createFrame("myFirstFrame"):show()
local aLabel = mainFrame:addLabel("myFirstLabel"):setText("I am a label!"):show()
````
-**args:** string text
+**Arguments:** string text
**returns:** self