From 5bb8749865c02d070cdb43135a0fdffd1fa0e79f Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 22 Dec 2023 00:15:35 +0900 Subject: [PATCH] docs: Update panes-docs.factor targetting -> targeting --- basis/ui/gadgets/panes/panes-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/ui/gadgets/panes/panes-docs.factor b/basis/ui/gadgets/panes/panes-docs.factor index 5769cc06ed..74e4221747 100644 --- a/basis/ui/gadgets/panes/panes-docs.factor +++ b/basis/ui/gadgets/panes/panes-docs.factor @@ -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 } " or " { $link } ". 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 } " or " { $link } ". Panes have the following slots" { $table { { $slot "input" } -- 2.34.1