fix couple more typos in docs.
parent
3e15dfc4cb
commit
35591cc13b
|
@ -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
|
||||
|
|
|
@ -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." } ;
|
||||
|
|
Loading…
Reference in New Issue