Fix string docs.

db4
Doug Coleman 2011-09-13 15:42:59 -05:00
parent f41fcc937e
commit 7e6d031cc8
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ HELP: alien>string
{ $description "Reads a null-terminated C string from the specified address with the given encoding." } ;
HELP: string>symbol
{ $values { "str" string } { "alien" alien } }
{ $values { "str/seq" { $or string sequence } } { "alien" alien } }
{ $description "Converts the string to a format which is a valid symbol name for the Factor VM's compiled code linker. By performing this conversion ahead of time, the image loader can run without allocating memory."
$nl
"On Windows CE, symbols are represented as UCS2 strings, and on all other platforms they are ASCII strings." } ;