Skip to content

Commit 1e76bd7

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/dsyr/examples/c/example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ int main( void ) {
3434
3.0, 2.0, 1.0
3535
};
3636

37-
// Define `x` vector:
37+
// Define a vector:
3838
const double x[ 3 ] = { 1.0, 2.0, 3.0 };
3939

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

0 commit comments

Comments
 (0)