]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/specialized-vectors/specialized-vectors-docs.factor
factor: clean up whitespace in -docs files
[factor.git] / basis / specialized-vectors / specialized-vectors-docs.factor
index bd68a3b5335106171dcf151504e30d7e9922ac6b..b5f24f6f622ce4ccc1ff1ac85b5f8e48748c49c0 100644 (file)
@@ -30,7 +30,7 @@ HELP: push-new
 { $code """foo <struct>
     5 >>a
     6 >>b
-foo-vector{ } clone push""" } 
+foo-vector{ } clone push""" }
 "By using " { $snippet "push-new" } ", the new struct can be allocated directly from the vector and the intermediate copy can be avoided:"
 { $code """foo-vector{ } clone push-new
     5 >>a