Skip to content

Commit 39ebea3

Browse files
authored
Update example.c
Signed-off-by: Sachin Pangal <151670745+Sachinn-64@users.noreply.github.com>
1 parent 9d59011 commit 39ebea3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ int main( void ) {
6363
// Define a list of ndarrays:
6464
const struct ndarray *arrays[] = { x };
6565

66-
// Compute the arithmetic mean value:
66+
// Compute the arithmetic mean:
6767
double v = stdlib_stats_dmeanwd( arrays );
6868

6969
// Print the result:

0 commit comments

Comments
 (0)