alien.data-docs: add a missing space between sentences

char-rename
Alexander Iljin 2017-05-24 20:12:44 +03:00
parent 72e6699279
commit 632961798f
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ $nl
"Using C string types triggers automatic conversions:"
{ $list
{
"Passing a Factor string to a C function expecting a " { $link c-string } " allocates a " { $link byte-array } " in the Factor heap; the string is then encoded to the requested encoding and a raw pointer is passed to the function."
"Passing a Factor string to a C function expecting a " { $link c-string } " allocates a " { $link byte-array } " in the Factor heap; the string is then encoded to the requested encoding and a raw pointer is passed to the function. "
"Passing an already encoded " { $link byte-array } " also works and performs no conversion."
}
{ "Returning a C string from a C function allocates a Factor string in the Factor heap; the memory pointed to by the returned pointer is then decoded with the requested encoding into the Factor string." }