]> gitweb.factorcode.org Git - factor.git/commitdiff
ui.gadgets.comboboxes: fix help-lint
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 23 Oct 2023 23:28:09 +0000 (16:28 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 23 Oct 2023 23:28:09 +0000 (16:28 -0700)
extra/ui/gadgets/comboboxes/comboboxes-docs.factor

index 1cf87d5962e347a3f04f8aef3d65f2f65343f23c..34247b030eeccd2ae05c179fda4fefcbcf0da3a5 100644 (file)
@@ -18,7 +18,7 @@ HELP: combobox
 { $class-description "The class of comboboxes. The combobox dropdown is a "
 { $link table } " with clickable elements." } ;
 
-ARTICLE: "ui.gadgets.comboboxes" "ui.gadgets.comboboxes"
+ARTICLE: "ui.gadgets.comboboxes" "Combobox gadgets"
 "Comboboxes are UI elements that provide a dropdown menu for selecting from a "
 "list of set options."
 $nl