Fix typo
parent
403d5207f0
commit
c8127d1e1b
|
@ -8,6 +8,6 @@ ARTICLE: "present" "Converting objects to human-readable strings"
|
||||||
HELP: present
|
HELP: present
|
||||||
{ $values { "object" object } { "string" string } }
|
{ $values { "object" object } { "string" string } }
|
||||||
{ $contract "Outputs a human-readable string from an object." }
|
{ $contract "Outputs a human-readable string from an object." }
|
||||||
{ $notes "New methods can be defined by user code. Most often, this is done so that the object can be used with various words in the " { $link "html.components" } " or " { $link "urls" } " vocabularies." } ;
|
{ $notes "New methods can be defined by user code. Most often, this is done so that the object can be used with various words in the " { $vocab-link "html.components" } " or " { $link "urls" } " vocabularies." } ;
|
||||||
|
|
||||||
ABOUT: "present"
|
ABOUT: "present"
|
||||||
|
|
Loading…
Reference in New Issue