diff --git a/lib/node_modules/@stdlib/lapack/base/zrot/README.md b/lib/node_modules/@stdlib/lapack/base/zrot/README.md index 0f3fe74f75a..78f3d49b0e1 100644 --- a/lib/node_modules/@stdlib/lapack/base/zrot/README.md +++ b/lib/node_modules/@stdlib/lapack/base/zrot/README.md @@ -20,7 +20,7 @@ limitations under the License. # zrot -> Apply a plane rotation with real cosine and complex sine to a pair of complex vectors. +> Apply a plane rotation with real cosine and complex sine to a pair of double-precision complex floating-point vectors.