From f05448af8545dedbdbb43f8117d637dc339fe463 Mon Sep 17 00:00:00 2001 From: Keita Haga Date: Fri, 14 Jan 2011 19:39:39 +0900 Subject: [PATCH] ui.operations: fix typo in docs --- basis/ui/operations/operations-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/ui/operations/operations-docs.factor b/basis/ui/operations/operations-docs.factor index b574e5317b..31f0b123d0 100644 --- a/basis/ui/operations/operations-docs.factor +++ b/basis/ui/operations/operations-docs.factor @@ -56,7 +56,7 @@ HELP: define-operation { { $link +description+ } " - can be set to a string description of the operation" } { { $link +primary+ } " - if set to a true value, the operation will be output by " { $link primary-operation } " when applied to an object satisfying the predicate" } { { $link +secondary+ } " - if set to a true value, the operation will be output by " { $link secondary-operation } " when applied to an object satisfying the predicate" } - { { $link +keyboard+ } " - can be set to a keyboard gesture; the guesture will be used by " { $link define-operation-map } } + { { $link +keyboard+ } " - can be set to a keyboard gesture; the gesture will be used by " { $link define-operation-map } } } } ;