Skip to content

Commit 7b48b7a

Browse files
authored
docs: remove trailing comma
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent d357b96 commit 7b48b7a

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/planck/logcdf

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/planck/logcdf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ for ( i = 0; i < lambda.length; i++ ) {
161161
Evaluates the logarithm of the [cumulative distribution function][cdf] for a Planck (discrete exponential) distribution with shape parameter `lambda`.
162162

163163
```c
164-
double out = stdlib_base_dists_planck_logcdf( 2, 0.5,);
164+
double out = stdlib_base_dists_planck_logcdf( 2, 0.5 );
165165
// returns ~-0.2525
166166
```
167167

0 commit comments

Comments
 (0)