]> gitweb.factorcode.org Git - factor.git/commitdiff
fix couple more typos in docs.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 13 Feb 2018 19:44:32 +0000 (11:44 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 13 Feb 2018 19:44:32 +0000 (11:44 -0800)
basis/mime/types/types-docs.factor
basis/ui/tools/listener/history/history-docs.factor

index 26a139b195538400763f110e3a226662beb9e5fe..76594168b43a9402c5eb26cfab723fea525b5ed3 100644 (file)
@@ -13,7 +13,7 @@ HELP: mime-type
 { $values
     { "filename" "a filename" }
     { "mime-type" "a MIME type string" } }
-{ $description "Outputs the MIME type associtated with a path by parsing the path's file extension and looking it up in the table returned by " { $link mime-types } "." } ;
+{ $description "Outputs the MIME type associated with a path by parsing the path's file extension and looking it up in the table returned by " { $link mime-types } "." } ;
 
 HELP: mime-types
 { $values
index dceee18ea7926d41267f6feae0402423a5f062ac..4fadef5f1ca350d3e23e758584cd6090b16773a2 100644 (file)
@@ -3,4 +3,4 @@ IN: ui.tools.listener.history
 
 HELP: history-add
 { $values { "history" history } { "input" input } }
-{ $description "Adds the historys documents current value to the history." } ;
+{ $description "Adds the current input to the history, if not already the most recent history element." } ;