Skip to content
Prev Previous commit
small adjustement
  • Loading branch information
jvdp1 committed Dec 2, 2021
commit de04268e79f48c92e897326f9d9db1ff2edb427c
3 changes: 1 addition & 2 deletions doc/specs/stdlib_stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,7 @@ Generic subroutine

### Arguments

`array`: Shall be an array of type `integer` or `real`. It is an `intent(in)`
argument.
`array`: Shall be an array of type `integer` or `real`. It is an `intent(in)` argument.

`dim`: Shall be a scalar of type `integer` with a value in the range from 1 to `n`, where `n` is the rank of `array`. It is an `intent(in)` argument.

Expand Down