Skip to content

Commit e96c12d

Browse files
committed
small change in md
1 parent 7eec9ae commit e96c12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_experimental_stats.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If *dim* is absent, a scalar with the mean of all elements in *array* is returne
3333

3434
```fortran
3535
program test
36-
use stdlib_experimental_stat, only: mean
36+
use stdlib_experimental_stats, only: mean
3737
implicit none
3838
real :: x(1:6) = [ 1., 2., 3., 4., 5., 6. ]
3939
print *, mean(x) !returns 21.

0 commit comments

Comments
 (0)