Skip to content

Commit fa8c84c

Browse files
Aksshay88Planeshifter
authored andcommitted
chore: address commit comments
PR-URL: stdlib-js#5738 Closes: stdlib-js#5716 Co-authored-by: Philipp Burckhardt <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]> Signed-off-by: Aksshay88 <[email protected]>
1 parent 36c9244 commit fa8c84c

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

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

+6-4
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,6 @@ for ( i = 0; i < 10; i++ ) {
129129

130130
<!-- /.examples -->
131131

132-
<!-- 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. -->
133-
134-
<section class="references">
135-
136132
<!-- C interface documentation. -->
137133

138134
* * *
@@ -225,6 +221,12 @@ int main( void ) {
225221

226222
<!-- /.references -->
227223

224+
<!-- 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. -->
225+
226+
<section class="references">
227+
228+
</section>
229+
228230
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
229231

230232
<section class="related">

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-
* @returns 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)