Skip to content

Commit 5daf468

Browse files
authored
docs: update related packages sections
PR-URL: #1380 Reviewed-by: Athan Reines <[email protected]>
1 parent c5aa50b commit 5daf468

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

lib/node_modules/@stdlib/array/complex128/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1655,7 +1655,7 @@ The reducer function is provided four arguments:
16551655
- **arr**: the array on which this method was called.
16561656

16571657
By default, the function initializes the accumulated result to the first element in the array and passes the second array element as `value` during the first invocation of the provided callback. To begin accumulation from a different starting value and pass in the first array element as `value` during the first invocation of the provided callback, provide an `initialValue` argument.
1658-
1658+
16591659
```javascript
16601660
var real = require( '@stdlib/complex/real' );
16611661

lib/node_modules/@stdlib/random/array/frechet/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,12 @@ logEach( '%f', x4 );
356356

357357
<section class="related">
358358

359+
* * *
360+
361+
## See Also
362+
363+
- <span class="package-name">[`@stdlib/random/base/frechet`][@stdlib/random/base/frechet]</span><span class="delimiter">: </span><span class="description">Fréchet distributed pseudorandom numbers.</span>
364+
359365
</section>
360366

361367
<!-- /.related -->

0 commit comments

Comments
 (0)