Skip to content

Commit 7e8f02d

Browse files
authored
docs: update related packages sections
PR-URL: #5434 Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent 58973b7 commit 7e8f02d

File tree

2 files changed

+12
-1
lines changed
  • lib/node_modules/@stdlib

2 files changed

+12
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/planck/stdev/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ v = stdev( 1.5 );
6666

6767
If provided a shape parameter `λ` which is nonpositive, the function returns `NaN`.
6868

69-
7069
```javascript
7170
var v = stdev( NaN );
7271
// returns NaN

lib/node_modules/@stdlib/string/base/uncapitalize/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ out = uncapitalize( 'Hidden Treasures' );
7676

7777
<section class="related">
7878

79+
* * *
80+
81+
## See Also
82+
83+
- <span class="package-name">[`@stdlib/string/base/capitalize`][@stdlib/string/base/capitalize]</span><span class="delimiter">: </span><span class="description">capitalize the first character in a string.</span>
84+
7985
</section>
8086

8187
<!-- /.related -->
@@ -84,6 +90,12 @@ out = uncapitalize( 'Hidden Treasures' );
8490

8591
<section class="links">
8692

93+
<!-- <related-links> -->
94+
95+
[@stdlib/string/base/capitalize]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/string/base/capitalize
96+
97+
<!-- </related-links> -->
98+
8799
</section>
88100

89101
<!-- /.links -->

0 commit comments

Comments
 (0)