Skip to content

Commit 0c32ffc

Browse files
fix: Update README.md
Signed-off-by: Dhruv/ <[email protected]>
1 parent 33c4d14 commit 0c32ffc

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dmeanpn

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dmeanpn/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ int main( void ) {
247247
// Create a strided array:
248248
const double x[] = { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0 };
249249

250-
// Specify the number of elements:
250+
// Specify the number of elements:
251251
const int N = 4;
252252

253253
// Compute the arithmetic mean:

0 commit comments

Comments
 (0)