From 63ba5d458eabc03022f98ca0d8588b39284d5f7b Mon Sep 17 00:00:00 2001 From: Alexander Iljin Date: Wed, 10 Aug 2016 01:55:22 +0300 Subject: [PATCH] ui.gadgets.toolbar-docs: fix word description --- basis/ui/gadgets/toolbar/toolbar-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/ui/gadgets/toolbar/toolbar-docs.factor b/basis/ui/gadgets/toolbar/toolbar-docs.factor index c9736ae4cd..c2ade1e75e 100644 --- a/basis/ui/gadgets/toolbar/toolbar-docs.factor +++ b/basis/ui/gadgets/toolbar/toolbar-docs.factor @@ -4,4 +4,4 @@ IN: ui.gadgets.toolbar HELP: { $values { "target" object } { "toolbar" gadget } } -{ $description "Creates a row of " { $link } " 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 } " gadgets invoking commands on " { $snippet "target" } ". The commands are taken from the " { $snippet "\"toolbar\"" } " command group of the " { $snippet "target" } "'s class." } ;