]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/bit-vectors/bit-vectors-docs.factor
factor: clean up whitespace in -docs files
[factor.git] / basis / bit-vectors / bit-vectors-docs.factor
index 88ddb0c2a1ac3b94a3d8047244f38a50a4b3bce4..6cea3a00ddbd6616bdc936606897bdbb3eaa2776 100644 (file)
@@ -35,6 +35,5 @@ HELP: >bit-vector
 HELP: ?V{
 { $syntax "?V{ elements... }" }
 { $values { "elements" "a list of booleans" } }
-{ $description "Marks the beginning of a literal bit vector. Literal bit vectors are terminated by " { $link POSTPONE: } } "." } 
+{ $description "Marks the beginning of a literal bit vector. Literal bit vectors are terminated by " { $link POSTPONE: } } "." }
 { $examples { $code "?V{ t f t }" } } ;
-