Skip to content

Commit 520b90d

Browse files
committed
* Update 06_showcase.ring: Revise comments
1 parent 655f25c commit 520b90d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/06_showcase.ring

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ load "jsonlib.ring"
99
oWebView = NULL
1010

1111
func main()
12-
# Create a new webview instance using the procedural API.
13-
# The '1' enables debug mode, NULL means create a new window.
12+
# Create a new webview instance.
1413
oWebView = new WebView()
1514

1615
# Set the title of the webview window.

0 commit comments

Comments
 (0)