Skip to content

Commit 9cc4e63

Browse files
authored
chore: address commit comments for commit dd4ec1f (issue #7454)
Signed-off-by: rk-aditeem <[email protected]>
1 parent 5e6e13b commit 9cc4e63

File tree

1 file changed

+7
-3
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/gumbel/quantile

1 file changed

+7
-3
lines changed

lib/node_modules/@stdlib/stats/base/dists/gumbel/quantile/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<!--
2-
32
@license Apache-2.0
43
54
Copyright (c) 2018 The Stdlib Authors.
@@ -55,7 +54,7 @@ var quantile = require( '@stdlib/stats/base/dists/gumbel/quantile' );
5554

5655
#### quantile( p, mu, beta )
5756

58-
Evaluates the [quantile function][quantile-function] for a [Gumbel][gumbel-distribution] distribution with parameters `mu` (location parameter) and `beta` (scale parameter).
57+
Evaluates the [quantile function][quantile-function] for a [Gumbel][gumbel-distribution] distribution with parameters `mu` (location parameter), and `beta` (scale parameter).
5958

6059
```javascript
6160
var y = quantile( 0.8, 0.0, 1.0 );
@@ -149,6 +148,11 @@ for ( i = 0; i < 100; i++ ) {
149148

150149
<!-- /.examples -->
151150

151+
<!-- Section for related `stdlib ` packages. Do not manually edit this section, as it is automatically populated. -->
152+
153+
<section class="related">
154+
155+
152156
<!-- C interface documentation. -->
153157

154158
* * *
@@ -246,7 +250,7 @@ int main( void ) {
246250

247251
</section>
248252

249-
<!-- /.c -->
253+
<!-- /.related -->
250254

251255
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
252256

0 commit comments

Comments
 (0)