Skip to content

Commit c061476

Browse files
authored
fixs lint issues
Signed-off-by: Harsh <[email protected]>
1 parent 6e7f076 commit c061476

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ var opts = {
129129
var p = uniform( 10, 0.0, 1.0, opts );
130130
var x = uniform( 10, 0.0, 5.0, opts );
131131

132-
logEachMap( 'x: %0.4f, p: %0.4f, F(x;p): %0.4f', x, p, logcdf );}
132+
logEachMap( 'x: %0.4f, p: %0.4f, F(x;p): %0.4f', x, p, logcdf );
133133
```
134134

135135
</section>

0 commit comments

Comments
 (0)