math.blas.vectors: Fix ancient typo

factor-shell
Doug Coleman 2017-12-28 18:53:25 -08:00
parent 6ab59c4446
commit 4efff72dff
1 changed files with 1 additions and 1 deletions

View 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 } "." } ;
{