alien.marshall: docs lint fix

db4
Jeremy Hughes 2009-07-24 18:24:46 +12:00
parent abf1ae4702
commit c458904fd7
1 changed files with 2 additions and 2 deletions

View File

@ -330,7 +330,7 @@ HELP: out-arg-unmarshaller
HELP: class-unmarshaller HELP: class-unmarshaller
{ $values { $values
{ "type" " a C type string" } { "type" " a C type string" }
{ "quot" quotation } { "quot/f" quotation }
} }
{ $description "If in the vocab in which this word is called, there is a subclass of " { $link alien-wrapper } { $description "If in the vocab in which this word is called, there is a subclass of " { $link alien-wrapper }
" named after the type argument, " { $snippet "pointer-unmarshaller" } " will return a quotation which " " named after the type argument, " { $snippet "pointer-unmarshaller" } " will return a quotation which "
@ -376,7 +376,7 @@ HELP: struct-primitive-unmarshaller
HELP: struct-unmarshaller HELP: struct-unmarshaller
{ $values { $values
{ "type" "a C type string" } { "type" "a C type string" }
{ "quot" quotation } { "quot/f" quotation }
} }
{ $description "Returns a quotation which wraps its argument in the subclass of " { $description "Returns a quotation which wraps its argument in the subclass of "
{ $link struct-wrapper } " which matches the " { $snippet "type" } " arg." { $link struct-wrapper } " which matches the " { $snippet "type" } " arg."