]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/hello-ui/hello-ui.factor
hello-ui: fix some punctuation
[factor.git] / extra / hello-ui / hello-ui.factor
index 9ed9457d5ad5ed1483e0e99dea81e12875fe17b0..05729a74b2d6093c9cbaa23960cfddcbb38bf195 100644 (file)
@@ -2,4 +2,4 @@ USING: accessors ui ui.gadgets.labels ;
 IN: hello-ui
 
 MAIN-WINDOW: hello { { title "Hi" } }
-    "Hello world" <label> >>gadgets ;
+    "Hello, world!" <label> >>gadgets ;