Skip to content

Commit 2ebc225

Browse files
authored
docs: update comment
Signed-off-by: Athan <[email protected]>
1 parent 1e76bd7 commit 2ebc225

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/dsyr

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/dsyr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ int main( void ) {
288288
3.0, 2.0, 1.0
289289
};
290290

291-
// Define `x` vector:
291+
// Define a vector:
292292
const double x[ 3 ] = { 1.0, 2.0, 3.0 };
293293

294294
// Specify the number of elements along each dimension of `A1` and `A2`:

0 commit comments

Comments
 (0)