Skip to content

Commit 2c1c36f

Browse files
authored
docs: fix section structure
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 4bbe846 commit 2c1c36f

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 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,8 +231,12 @@ int main( void ) {
235231

236232
</section>
237233

234+
<!-- 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. -->
235+
236+
<section class="references">
238237

239238
</section>
239+
240240
<!-- /.references -->
241241

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

0 commit comments

Comments
 (0)