Skip to content

Commit 27f8d66

Browse files
pxxadkgryte
andauthored
chore: fix missing closing section tag in README
PR-URL: #9930 Ref: #5714 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 96537c4 commit 27f8d66

File tree

1 file changed

+12
-4
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/geometric/logpmf

1 file changed

+12
-4
lines changed

lib/node_modules/@stdlib/stats/base/dists/geometric/logpmf/README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,6 @@ logEachMap( 'x: %d, p: %0.4f, ln( P( X = x; p ) ): %0.4f', x, p, logpmf );
140140

141141
<!-- /.examples -->
142142

143-
<!-- 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. -->
144-
145-
<section class="references">
146-
147143
<!-- C interface documentation. -->
148144

149145
* * *
@@ -235,6 +231,18 @@ int main( void ) {
235231

236232
</section>
237233

234+
<!-- /.examples -->
235+
236+
</section>
237+
238+
<!-- /.c -->
239+
240+
<!-- 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. -->
241+
242+
<section class="references">
243+
244+
</section>
245+
238246
<!-- /.references -->
239247

240248
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->

0 commit comments

Comments
 (0)