math.blas.vectors: Fix ancient typo
parent
6ab59c4446
commit
4efff72dff
|
@ -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 } "." } ;
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue