Skip to content

Commit 97d6af9

Browse files
fix: edit function name in readme
1 parent 909b97c commit 97d6af9

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/exponential/pdf

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/exponential/pdf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ The function accepts the following arguments:
172172
- **lambda**: `[in] double` rate parameter.
173173

174174
```c
175-
double stdlib_base_dists_uniform_mgf( const double x, const double lambda );
175+
double stdlib_base_dists_exponential_pdf( const double x, const double lambda );
176176
```
177177
178178
</section>

0 commit comments

Comments
 (0)