Skip to content

Commit

Permalink
small change in md
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdp1 committed Jan 21, 2020
1 parent 7eec9ae commit e96c12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stdlib_experimental_stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ If *dim* is absent, a scalar with the mean of all elements in *array* is returne

```fortran
program test
use stdlib_experimental_stat, only: mean
use stdlib_experimental_stats, only: mean
implicit none
real :: x(1:6) = [ 1., 2., 3., 4., 5., 6. ]
print *, mean(x) !returns 21.
Expand Down

0 comments on commit e96c12d

Please sign in to comment.