]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/gadgets/tracks/tracks-docs.factor
fix a bunch of typos in docs
[factor.git] / basis / ui / gadgets / tracks / tracks-docs.factor
index 0bbedc8d0d438098b8fc2a693811dcc008a637bf..cf5c94aa6baad13b53a895eb391ba590bec77b1d 100644 (file)
@@ -18,7 +18,7 @@ HELP: <track>
 { $description "Creates a new track which lays out children along the given orientation, either " { $link horizontal } " or " { $link vertical } "." } ;
 
 HELP: track-add
-{ $values { "gadget" gadget } { "track" track } { "constraint" "a number between 0 and 1, or " { $link f } } }
+{ $values { "track" track } { "gadget" gadget } { "constraint" "a number between 0 and 1, or " { $link f } } }
 { $description "Adds a new child to a track. If the constraint is " { $link f } ", the child always occupies its preferred size. Otherwise, the constrant is a fraction of the total size which is allocated for the child." } ;
 
 ABOUT: "ui-track-layout"