From 3decf4eca16d9e579053d530612e923885e9a153 Mon Sep 17 00:00:00 2001 From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Date: Sat, 27 Apr 2024 02:25:11 +0000 Subject: [PATCH] docs: update related packages sections --- lib/node_modules/@stdlib/array/complex64/README.md | 4 ++-- lib/node_modules/@stdlib/string/last/README.md | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/node_modules/@stdlib/array/complex64/README.md b/lib/node_modules/@stdlib/array/complex64/README.md index 3577db1d4993..b9849abb0265 100644 --- a/lib/node_modules/@stdlib/array/complex64/README.md +++ b/lib/node_modules/@stdlib/array/complex64/README.md @@ -1691,7 +1691,7 @@ The reducer function is provided four arguments: - **arr**: the array on which this method was called. 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. - + ```javascript var realf = require( '@stdlib/complex/realf' ); @@ -1745,7 +1745,7 @@ The reducer function is provided four arguments: - **arr**: the array on which this method was called. By default, the function initializes the accumulated result to the last element in the array and passes the second-last array element as `value` during the first invocation of the provided callback. To begin accumulation from a different starting value and pass in the last array element as `value` during the first invocation of the provided callback, provide an `initialValue` argument. - + ```javascript var realf = require( '@stdlib/complex/realf' ); diff --git a/lib/node_modules/@stdlib/string/last/README.md b/lib/node_modules/@stdlib/string/last/README.md index 0199aeb3a264..d4997f3495f9 100644 --- a/lib/node_modules/@stdlib/string/last/README.md +++ b/lib/node_modules/@stdlib/string/last/README.md @@ -200,7 +200,6 @@ p * * * -