diff --git a/Input.md b/Input.md index 1a16199..6f09569 100644 --- a/Input.md +++ b/Input.md @@ -14,7 +14,7 @@ Here are all possible functions available for inputs. Remember input inherit fro changes the input type ````lua local mainFrame = CreateFrame("myFirstFrame"):show() -local aButton = mainFrame:addButton("myFirstButton"):setInputType("password"):show() +local aInput = mainFrame:addInput("myFirstInput"):setInputType("password"):show() ```` **args:** "text", "password", "number" are the possible input types - default is text
**returns:** the object