Skip to content

Commit 78f78df

Browse files
authored
docs: add accidentally removed markup
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 8e83944 commit 78f78df

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/stats/incr/nanvariance

lib/node_modules/@stdlib/stats/incr/nanvariance/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ The [unbiased sample variance][sample-variance] is defined as
3030

3131
```math
3232
s^2 = \frac{1}{n-1} \sum_{i=0}^{n-1} ( x_i - \bar{x} )^2
33+
```
34+
35+
<!-- </equation> -->
3336

3437
</section>
3538

0 commit comments

Comments
 (0)