Skip to content

Commit 6f027f5

Browse files
authored
chore: apply suggestions from code review
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 4346072 commit 6f027f5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

lib/node_modules/@stdlib/stats/base/dists/bernoulli/stdev/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,13 @@ int main( void ) {
208208
</section>
209209

210210
<!-- /.c -->
211+
<!-- Section to include cited references. If references are included, add a horizontal rule *before* the section. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
211212

213+
<section class="references">
214+
215+
</section>
216+
217+
<!-- /.references -->
212218
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
213219

214220
<section class="related">

lib/node_modules/@stdlib/stats/base/dists/bernoulli/stdev/examples/c/example.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
#include "stdlib/stats/base/dists/bernoulli/stdev.h"
2020
#include <stdlib.h>
2121
#include <stdio.h>
22-
23-
2422
int main( void ) {
2523
double p;
2624
double y;

0 commit comments

Comments
 (0)