Skip to content

Commit 63c5680

Browse files
authored
docs: remove extra s and comment
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 694c906 commit 63c5680

File tree

1 file changed

+1
-3
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/poisson/median

1 file changed

+1
-3
lines changed

lib/node_modules/@stdlib/stats/base/dists/poisson/median/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ for ( i = 0; i < 10; i++ ) {
116116

117117
<!-- /.examples -->
118118

119-
<!-- 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. -->
120-
121119
<!-- C interface documentation. -->
122120

123121
* * *
@@ -149,7 +147,7 @@ for ( i = 0; i < 10; i++ ) {
149147
Returns the [median][median] of a [Poisson][poisson-distribution] distribution with mean parameter `lambda`.
150148

151149
```c
152-
double out = sstdlib_base_dists_poisson_median( 9.0 );
150+
double out = stdlib_base_dists_poisson_median( 9.0 );
153151
// returns 9
154152
```
155153

0 commit comments

Comments
 (0)