Skip to content

Commit b955c41

Browse files
committed
Merge remote-tracking branch 'origin/fix_ford' into fix_ford
2 parents 5771f18 + 210069a commit b955c41

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/specs/stdlib_math.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Returns a logarithmically spaced rank 1 array from [`base`^`start`, `base`^`end`
156156

157157
#### Syntax
158158

159-
`res = ` [[stdlib_math(module):logspace(interface)]] ` (start, end [, n [, base]] `)`
159+
`res = ` [[stdlib_math(module):logspace(interface)]] ` (start, end [, n [, base]])`
160160

161161
#### Status
162162

doc/specs/stdlib_stats.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The scaling can be changed with the logical argument `corrected`. If `corrected`
7878

7979
### Syntax
8080

81-
`result = ` [[stdlib_stats(module):cov(interface)]] `(array, dim [, mask [, corrected]] `)`
81+
`result = ` [[stdlib_stats(module):cov(interface)]] `(array, dim [, mask [, corrected]])`
8282

8383
### Class
8484

@@ -248,9 +248,9 @@ The _k_-th order moment about `center` is defined as :
248248

249249
### Syntax
250250

251-
`result = ` [[stdlib_stats(module):moment(interface)]] `(array, order [, center [, mask]] `)`
251+
`result = ` [[stdlib_stats(module):moment(interface)]] `(array, order [, center [, mask]])`
252252

253-
`result = ` [[stdlib_stats(module):moment(interface)]] `(array, order, dim [, center [, mask]] `)`
253+
`result = ` [[stdlib_stats(module):moment(interface)]] `(array, order, dim [, center [, mask]])`
254254

255255
### Class
256256

@@ -306,9 +306,9 @@ The use of the term `n-1` for scaling is called Bessel 's correction. The scalin
306306

307307
### Syntax
308308

309-
`result = ` [[stdlib_stats(module):var(interface)]] `(array [, mask [, corrected]] `)`
309+
`result = ` [[stdlib_stats(module):var(interface)]] `(array [, mask [, corrected]])`
310310

311-
`result = ` [[stdlib_stats(module):var(interface)]] `(array, dim [, mask [, corrected]] `)`
311+
`result = ` [[stdlib_stats(module):var(interface)]] `(array, dim [, mask [, corrected]])`
312312

313313
### Class
314314

0 commit comments

Comments
 (0)