fix couple more typos in docs.

windows-high-dpi
John Benediktsson 2018-02-13 11:44:32 -08:00
parent 3e15dfc4cb
commit 35591cc13b
2 changed files with 2 additions and 2 deletions

View 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

View 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." } ;