Skip to content

Commit f6de7f6

Browse files
fix: edit function name in readme
1 parent b3d39f3 commit f6de7f6

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

187187
```c
188-
double stdlib_base_dists_uniform_mgf( const double t, const double lambda );
188+
double stdlib_base_dists_exponential_mgf( const double t, const double lambda );
189189
```
190190
191191
</section>

0 commit comments

Comments
 (0)