Skip to content

Commit 615bcf1

Browse files
authored
docs: update related packages sections
PR-URL: #1441 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 504dd47 commit 615bcf1

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

lib/node_modules/@stdlib/assert/is-well-formed-string/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ bool = isWellFormedString( null );
132132

133133
<section class="related">
134134

135-
136135
</section>
137136

138137
<!-- /.related -->
@@ -143,7 +142,6 @@ bool = isWellFormedString( null );
143142

144143
<!-- <related-links> -->
145144

146-
147145
<!-- </related-links> -->
148146

149147
</section>

lib/node_modules/@stdlib/function/to-string/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,6 @@ for ( i = 0; i < fcns.length; i++ ) {
146146

147147
<!-- <related-links> -->
148148

149-
150-
151149
<!-- </related-links> -->
152150

153151
</section>

lib/node_modules/@stdlib/math/iter/special/log1pexp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ while ( true ) {
139139
- <span class="package-name">[`@stdlib/math/base/special/log1pexp`][@stdlib/math/base/special/log1pexp]</span><span class="delimiter">: </span><span class="description">evaluate the natural logarithm of 1+exp(x).</span>
140140
- <span class="package-name">[`@stdlib/math/iter/special/log`][@stdlib/math/iter/special/log]</span><span class="delimiter">: </span><span class="description">create an iterator which computes the base `b` logarithm.</span>
141141
- <span class="package-name">[`@stdlib/math/iter/special/log1p`][@stdlib/math/iter/special/log1p]</span><span class="delimiter">: </span><span class="description">create an iterator which evaluates the natural logarithm of 1+x for each iterated value.</span>
142-
- <span class="package-name">[`@stdlib/math/iter/special/log1mexp`][@stdlib/math/iter/special/log1mexp]</span><span class="delimiter">: </span><span class="description">create an iterator which evaluates the natural logarithm of 1-exp(-|x|) for each iterated value.</span>
142+
- <span class="package-name">[`@stdlib/math/iter/special/log1mexp`][@stdlib/math/iter/special/log1mexp]</span><span class="delimiter">: </span><span class="description">create an iterator which evaluates the natural logarithm of 1-exp(-\|x\|) for each iterated value.</span>
143143
- <span class="package-name">[`@stdlib/math/iter/special/pow`][@stdlib/math/iter/special/pow]</span><span class="delimiter">: </span><span class="description">create an iterator which evaluates the exponential function.</span>
144144

145145
</section>

0 commit comments

Comments
 (0)