]> gitweb.factorcode.org Git - factor.git/commitdiff
alien.data: minor doc fix.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 25 Jan 2017 05:43:40 +0000 (21:43 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 25 Jan 2017 05:43:40 +0000 (21:43 -0800)
basis/alien/data/data-docs.factor

index 624b18230d77559de7998b3415df4cf65ff851ce..7fb64d8907f0c639879b1650f565f0775c33bddd 100644 (file)
@@ -27,7 +27,7 @@ HELP: memory>byte-array
 
 HELP: cast-array
 { $values { "byte-array" byte-array } { "c-type" "a C type" } { "array" "a specialized array" } }
-{ $description "Converts a byte array into a specialized array by interpreting the bytes in as machine-specific values. Code which uses this word is unportable" }
+{ $description "Converts a byte array into a specialized array by interpreting the bytes in as machine-specific values. Code which uses this word is unportable." }
 { $notes "The appropriate specialized array vocabulary must be loaded; otherwise, an error will be thrown. See the " { $vocab-link "specialized-arrays" } " vocabulary for details on the underlying sequence type constructed." }
 { $errors "Throws an error if the type does not exist, the necessary specialized array vocabulary is not loaded, or the requested size is negative." } ;