]> gitweb.factorcode.org Git - factor.git/commitdiff
docs: Update panes-docs.factor
authorIkko Eltociear Ashimine <eltociear@gmail.com>
Thu, 21 Dec 2023 15:15:35 +0000 (00:15 +0900)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 21 Dec 2023 15:17:35 +0000 (07:17 -0800)
targetting -> targeting

basis/ui/gadgets/panes/panes-docs.factor

index 5769cc06ed17bc8d5030c444a68f0ffaa4965866..74e42217474f88b066c70b1c5de1924c9cb63f07 100644 (file)
@@ -3,7 +3,7 @@ ui.gadgets.panes.private ;
 IN: ui.gadgets.panes
 
 HELP: pane
-{ $class-description "A pane " { $link gadget } " displays formatted text which is written to a " { $link pane-stream } " targetting the pane. Panes are created by calling " { $link <pane> } " or " { $link <pane-control> } ". Panes have the following slots"
+{ $class-description "A pane " { $link gadget } " displays formatted text which is written to a " { $link pane-stream } " targeting the pane. Panes are created by calling " { $link <pane> } " or " { $link <pane-control> } ". Panes have the following slots"
   { $table
     {
         { $slot "input" }