]> gitweb.factorcode.org Git - factor.git/commitdiff
math.blas.vectors: Fix ancient typo
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 29 Dec 2017 02:53:25 +0000 (18:53 -0800)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 29 Dec 2017 02:53:25 +0000 (18:53 -0800)
extra/math/blas/vectors/vectors-docs.factor

index 0eaaf9b382bddf1eb7b8b7bef333bcaf1eedbdcf..a6bb58e4164715d5c7b75546545a56c28b6a5070 100644 (file)
@@ -158,7 +158,7 @@ HELP: cvector{
 { $description "Construct a literal " { $link complex-float-blas-vector } "." } ;
 
 HELP: zvector{
-{ $syntax "dvector{ 1.0 -2.0 C{ 3.0 -1.0 } }" }
+{ $syntax "zvector{ 1.0 -2.0 C{ 3.0 -1.0 } }" }
 { $description "Construct a literal " { $link complex-double-blas-vector } "." } ;
 
 {