Skip to content

Commit b3e1a33

Browse files
authored
docs: update return annotation per conventions
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 2b6bc0e commit b3e1a33

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/degenerate/logpmf

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/degenerate/logpmf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Evaluate the natural logarithm of the [probability mass function][pmf] (PMF) for
129129

130130
```c
131131
double out = stdlib_base_dists_degenerate_logpmf( 2.0, 3.0 );
132-
// returns -INFINITY
132+
// returns -Infinity
133133
```
134134

135135
The function accepts the following arguments:

0 commit comments

Comments
 (0)