Skip to content

Commit 570224f

Browse files
Update minimal.odin
Updated the `Hellope!` to `Hello, World!` (missed odin reference lol)
1 parent 8e6e747 commit 570224f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/minimal.odin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ import ui "../"
44

55
main :: proc() {
66
my_window: uint = ui.new_window()
7-
ui.show(my_window, "<html><script src=\"webui.js\"></script> Hellope! </html>")
7+
ui.show(my_window, "<html><script src=\"webui.js\"></script> Hello, World! </html>")
88
ui.wait()
99
}

0 commit comments

Comments
 (0)