Skip to content

Commit bcdc53d

Browse files
authored
docs: update comment
Signed-off-by: Athan <kgryte@gmail.com>
1 parent cfd7e08 commit bcdc53d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/blas/ext/base/ddiff/examples/c

lib/node_modules/@stdlib/blas/ext/base/ddiff/examples/c/example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ int main( void ) {
3232
// Define the output array:
3333
double out[] = { 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 };
3434

35-
// Define the workspace:
35+
// Define a workspace:
3636
double w[] = { 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 };
3737

3838
// Compute forward differences:

0 commit comments

Comments
 (0)