mirror of
https://github.com/Rayerd/dfl.git
synced 2025-04-25 12:39:55 +03:00
typo
This commit is contained in:
parent
c9deef08a6
commit
7fe68f1329
2 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import dfl;
|
|||
void main()
|
||||
{
|
||||
Form form = new Form;
|
||||
form.text = "Welcom to DFL";
|
||||
form.text = "Welcome to DFL";
|
||||
form.size = Size(300, 300);
|
||||
|
||||
Button button = new Button;
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 8 KiB |
Loading…
Add table
Add a link
Reference in a new issue