]> gitweb.factorcode.org Git - factor.git/commitdiff
alien.data-docs: add a missing space between sentences
authorAlexander Iljin <ajsoft@yandex.ru>
Wed, 24 May 2017 17:12:44 +0000 (20:12 +0300)
committerAlexander Iljin <ajsoft@yandex.ru>
Fri, 26 May 2017 11:39:25 +0000 (14:39 +0300)
basis/alien/data/data-docs.factor

index 7fb64d8907f0c639879b1650f565f0775c33bddd..153855bb1d89d78f53e1f210abdd854a585567d2 100644 (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." }