Skip to content

Commit 11cb94d

Browse files
authored
docs: fix section tags
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent ed29b7e commit 11cb94d

File tree

1 file changed

+4
-5
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/lognormal/pdf

1 file changed

+4
-5
lines changed

lib/node_modules/@stdlib/stats/base/dists/lognormal/pdf/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,6 @@ for ( i = 0; i < 10; i++ ) {
139139

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

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

148144
* * *
@@ -236,8 +232,11 @@ int main( void ) {
236232

237233
</section>
238234

239-
<!-- /.references -->
235+
<!-- /.examples -->
236+
237+
</section>
240238

239+
<!-- /.c -->
241240

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

0 commit comments

Comments
 (0)