Skip to content

Commit c15b20d

Browse files
authored
chore: address commit comment
PR-URL: #5827 Closes: #5789 Reviewed-by: Philipp Burckhardt <[email protected]> Signed-off-by: hemantmm <[email protected]>
1 parent 528116b commit c15b20d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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

+6
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,12 @@ int main( void ) {
219219

220220
</section>
221221

222+
<!-- /.examples -->
223+
224+
</section>
225+
226+
<!-- /.c -->
227+
222228
<!-- /.references -->
223229

224230
<!-- 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. -->

lib/node_modules/@stdlib/stats/base/dists/geometric/cdf/src/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*
2828
* @param x input value
2929
* @param p success probability
30-
* @return evaluated CDF
30+
* @return evaluated CDF
3131
*
3232
* @example
3333
* double y = stdlib_base_dists_geometric_cdf( 2.0, 0.5 );

0 commit comments

Comments
 (0)