Skip to content

Commit aed6209

Browse files
committed
Fix formatting
1 parent 90a1ae6 commit aed6209

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/stats/incr/gmean

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/stats/incr/gmean/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ limitations under the License.
2424
2525
<section class="intro">
2626

27-
The [geometric mean][geometric-mean] is defined as the _n_th root of a product of _n_ numbers.
27+
The [geometric mean][geometric-mean] is defined as the nth root of a product of _n_ numbers.
2828

2929
<!-- <equation class="equation" label="eq:geometric-mean" align="center" raw="\biggl( \prod_{i=0}^{n-1} \biggr)^{\frac{1}{n}} = \sqrt[n]{x_0 x_1 \cdots x_{n-1}}" alt="Equation for the geometric mean."> -->
3030

0 commit comments

Comments
 (0)