Skip to content

Commit fe2fcae

Browse files
authored
docs: fix C codeblocks in stats/base/dists/exponenetial/logcdf
PR-URL: #10961 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 7e2e27a commit fe2fcae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/base/dists/exponential/logcdf

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ logEachMap( 'x: %0.4f, λ: %0.4f, ln(F(x;λ)): %0.4f', x, lambda, logcdf );
160160
### Usage
161161

162162
```c
163-
#include "stdlib/stats/base/dists/exponential/cdf.h"
163+
#include "stdlib/stats/base/dists/exponential/logcdf.h"
164164
```
165165

166166
#### stdlib_base_dists_exponential_cdf( x, lambda )

0 commit comments

Comments
 (0)