ui.gadgets.toolbar-docs: fix <toolbar> word description

char-rename
Alexander Iljin 2016-08-10 01:55:22 +03:00 committed by John Benediktsson
parent bc6d5e6ce6
commit 63ba5d458e
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ IN: ui.gadgets.toolbar
HELP: <toolbar>
{ $values { "target" object } { "toolbar" gadget } }
{ $description "Creates a row of " { $link <command-button> } " gadgets invoking commands on " { $snippet "target" } ". The commands are taken from the " { $snippet "\"toolbar\"" } " command group of each class in " { $snippet "classes" } "." } ;
{ $description "Creates a row of " { $link <command-button> } " gadgets invoking commands on " { $snippet "target" } ". The commands are taken from the " { $snippet "\"toolbar\"" } " command group of the " { $snippet "target" } "'s class." } ;