From 3d70efd51e1921f041030d3bfbd480b48b695673 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Sat, 16 Jan 2010 11:45:20 -0800 Subject: [PATCH] hurr semicolon --- basis/ui/ui-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/ui/ui-docs.factor b/basis/ui/ui-docs.factor index 87750480f2..b55ea44c6b 100644 --- a/basis/ui/ui-docs.factor +++ b/basis/ui/ui-docs.factor @@ -152,7 +152,7 @@ ARTICLE: "ui-windows" "Top-level windows" "The root of the gadget hierarchy in a window is a special gadget which is rarely operated on directly, but it is helpful to know it exists:" { $subsections world } "There is also syntax for defining a main window as the entry point for a vocabulary:" -{ $subsections POSTPONE: MAIN-WINDOW: } +{ $subsections POSTPONE: MAIN-WINDOW: } ; ARTICLE: "ui-backend" "Developing UI backends" "None of the words documented in this section should be called directly by user code. They are only of interest when developing new UI backends."