Skip to content

Commit da3e1d0

Browse files
authored
style: fix return annotation
Signed-off-by: Athan <[email protected]>
1 parent 69d14e1 commit da3e1d0

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Returns the [mode][mode] of a Planck distribution with shape parameter `lambda`.
150150

151151
```c
152152
double out = stdlib_base_dists_planck_mode( 0.1 );
153-
// returns ~0
153+
// returns 0.0
154154
```
155155

156156
The function accepts the following arguments:

0 commit comments

Comments
 (0)