Skip to content

Commit 581e01b

Browse files
authored
Fix variable declaration.
1 parent 9f1d47a commit 581e01b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/main.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ fn close_the_application(e &webui.Event) {
5252
mut my_window := webui.new_window()
5353

5454
// UI HTML
55-
my_html = ('
55+
my_html := ('
5656
<!DOCTYPE html>
5757
<html><head><title>WebUI 2 - V Example</title>
5858
<style>body{color: white; background: #0F2027;

0 commit comments

Comments
 (0)