]> gitweb.factorcode.org Git - factor.git/blobdiff - core/byte-vectors/byte-vectors-docs.factor
factor: clean up whitespace in -docs files
[factor.git] / core / byte-vectors / byte-vectors-docs.factor
index 436120c2cae4584d92c63df6379a6bac6b773722..72e3741e72cd5d2cc384a6340ceb717cf07ea901 100644 (file)
@@ -36,5 +36,5 @@ HELP: >byte-vector
 HELP: BV{
 { $syntax "BV{ elements... }" }
 { $values { "elements" "a list of bytes" } }
-{ $description "Marks the beginning of a literal byte vector. Literal byte vectors are terminated by " { $link POSTPONE: } } "." } 
+{ $description "Marks the beginning of a literal byte vector. Literal byte vectors are terminated by " { $link POSTPONE: } } "." }
 { $examples { $code "BV{ 1 2 3 12 }" } } ;