Skip to content

Commit 8cdb195

Browse files
authored
chore: add colon
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 008fe07 commit 8cdb195

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/base/ndarray/dmeanors/examples/c

lib/node_modules/@stdlib/stats/base/ndarray/dmeanors/examples/c/example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ int main( void ) {
6666
// Compute the arithmetic mean value:
6767
double v = stdlib_stats_dmeanors( arrays );
6868

69-
// Print the result
69+
// Print the result:
7070
printf( "mean: %lf\n", v );
7171

7272
// Free allocated memory:

0 commit comments

Comments
 (0)