From 4513c4b5bbb35336f1d93791ffd9ba62632c923f Mon Sep 17 00:00:00 2001 From: Gunj Joshi Date: Tue, 15 Sep 2026 22:20:21 +0530 Subject: [PATCH 1/2] docs: remove duplicate lines in repl.txt Signed-off-by: Gunj Joshi --- .../@stdlib/fft/base/fftpack/float32/decompose/docs/repl.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/node_modules/@stdlib/fft/base/fftpack/float32/decompose/docs/repl.txt b/lib/node_modules/@stdlib/fft/base/fftpack/float32/decompose/docs/repl.txt index 7c1ad0f48de1..479fb33152e5 100644 --- a/lib/node_modules/@stdlib/fft/base/fftpack/float32/decompose/docs/repl.txt +++ b/lib/node_modules/@stdlib/fft/base/fftpack/float32/decompose/docs/repl.txt @@ -6,8 +6,6 @@ Factorization results are stored in the output array sequentially, where the first element contains the sequence length N, the second element contains the number of factors into which N was decomposed, and subsequent - the first element contains the sequence length `N`, the second element - contains the number of factors into which `N` was decomposed, and subsequent elements contain the individual integer factors. Any remaining array space remains as unused storage. From 6c8f700a45683ff7433b3616c927483e1f23a620 Mon Sep 17 00:00:00 2001 From: Gunj Joshi Date: Tue, 15 Sep 2026 22:29:19 +0530 Subject: [PATCH 2/2] docs: add backticks Signed-off-by: Gunj Joshi --- .../@stdlib/fft/base/fftpack/float32/decompose/docs/repl.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/node_modules/@stdlib/fft/base/fftpack/float32/decompose/docs/repl.txt b/lib/node_modules/@stdlib/fft/base/fftpack/float32/decompose/docs/repl.txt index 479fb33152e5..f443029cedd2 100644 --- a/lib/node_modules/@stdlib/fft/base/fftpack/float32/decompose/docs/repl.txt +++ b/lib/node_modules/@stdlib/fft/base/fftpack/float32/decompose/docs/repl.txt @@ -4,8 +4,8 @@ results in a 32-bit unsigned integer array. Factorization results are stored in the output array sequentially, where - the first element contains the sequence length N, the second element - contains the number of factors into which N was decomposed, and subsequent + the first element contains the sequence length `N`, the second element + contains the number of factors into which `N` was decomposed, and subsequent elements contain the individual integer factors. Any remaining array space remains as unused storage.