Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
projecteon committed Sep 12, 2022
1 parent 49a33a9 commit 55a1df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datatype/_window.lua
Expand Up @@ -3,7 +3,7 @@
--- @field public Checked boolean Returns TRUE if the button has been checked
--- @field public Child window Child with this name
--- @field public Children boolean Returns TRUE if the window has children
--- @field public DoClose fun() Does the ction of closing a window
--- @field public DoClose fun() Does the action of closing a window
--- @field public DoOpen fun() Does the action of opening a window
--- @field public Enabled boolean Returns TRUE if the window is enabled
--- @field public FirstChild window First child window
Expand Down

0 comments on commit 55a1df4

Please sign in to comment.