Skip to content

Commit 0b92622

Browse files
authored
docs: fix C example codeblock in stats/base/dists/weibull/kurtosis/README.md
PR-URL: #10939 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 51981c7 commit 0b92622

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/base/dists/weibull/kurtosis

lib/node_modules/@stdlib/stats/base/dists/weibull/kurtosis/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ int main( void ) {
225225
y = stdlib_base_dists_weibull_kurtosis( k, lambda );
226226
printf( "k: %lf, λ: %lf, Kurt(X;k,λ): %lf\n", k, lambda, y );
227227
}
228-
228+
}
229229
```
230230

231231
</section>

0 commit comments

Comments
 (0)