From 695ae42e5a369ccf306c7780149a6091772ca7df Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Tue, 19 Dec 2023 02:28:58 +0000 Subject: [PATCH] docs: update related packages sections --- .../@stdlib/array/reviver/README.md | 2 ++ .../@stdlib/function/to-string/README.md | 2 ++ .../number/float64/base/set-low-word/README.md | 15 +++++++++++++++ .../@stdlib/string/base/first/README.md | 18 ++++++++++++++++++ .../@stdlib/string/remove-last/README.md | 2 +- 5 files changed, 38 insertions(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/array/reviver/README.md b/lib/node_modules/@stdlib/array/reviver/README.md index 3df27c89fe0..afc7bae3f26 100644 --- a/lib/node_modules/@stdlib/array/reviver/README.md +++ b/lib/node_modules/@stdlib/array/reviver/README.md @@ -127,6 +127,8 @@ console.log( out ); + + diff --git a/lib/node_modules/@stdlib/function/to-string/README.md b/lib/node_modules/@stdlib/function/to-string/README.md index ac142eab165..9a505631e5f 100644 --- a/lib/node_modules/@stdlib/function/to-string/README.md +++ b/lib/node_modules/@stdlib/function/to-string/README.md @@ -146,6 +146,8 @@ for ( i = 0; i < fcns.length; i++ ) { + + diff --git a/lib/node_modules/@stdlib/number/float64/base/set-low-word/README.md b/lib/node_modules/@stdlib/number/float64/base/set-low-word/README.md index 3acf0f6749c..743373d8e02 100644 --- a/lib/node_modules/@stdlib/number/float64/base/set-low-word/README.md +++ b/lib/node_modules/@stdlib/number/float64/base/set-low-word/README.md @@ -197,6 +197,13 @@ int main( void ) { @@ -207,6 +214,14 @@ int main( void ) { [ieee754]: https://en.wikipedia.org/wiki/IEEE_754-1985 + + +[@stdlib/number/float64/base/get-low-word]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/float64/base/get-low-word + +[@stdlib/number/float64/base/set-high-word]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/float64/base/set-high-word + + + diff --git a/lib/node_modules/@stdlib/string/base/first/README.md b/lib/node_modules/@stdlib/string/base/first/README.md index c51bf2c4c6d..6889b5cd793 100644 --- a/lib/node_modules/@stdlib/string/base/first/README.md +++ b/lib/node_modules/@stdlib/string/base/first/README.md @@ -79,6 +79,14 @@ str = first( 'The Last of the Mohicans', 5 ); @@ -87,6 +95,16 @@ str = first( 'The Last of the Mohicans', 5 ); diff --git a/lib/node_modules/@stdlib/string/remove-last/README.md b/lib/node_modules/@stdlib/string/remove-last/README.md index 7f3733ea517..921241e166b 100644 --- a/lib/node_modules/@stdlib/string/remove-last/README.md +++ b/lib/node_modules/@stdlib/string/remove-last/README.md @@ -199,7 +199,7 @@ boo ## See Also -- [`@stdlib/string/remove-first`][@stdlib/string/remove-first]: remove the first character of a string. +- [`@stdlib/string/remove-first`][@stdlib/string/remove-first]: remove the first character(s) of a string.