From 74aa2eb47ce2e159e415e8cfb03edcb4fa753a3f Mon Sep 17 00:00:00 2001 From: nakul-krishnakumar Date: Thu, 21 Aug 2025 23:58:57 +0530 Subject: [PATCH] chore: address commit comments for commit 5acfd64 (issue #7913) --- lib/node_modules/@stdlib/array/pool/lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/array/pool/lib/index.js b/lib/node_modules/@stdlib/array/pool/lib/index.js index 309d71666f36..c57df28727da 100644 --- a/lib/node_modules/@stdlib/array/pool/lib/index.js +++ b/lib/node_modules/@stdlib/array/pool/lib/index.js @@ -39,7 +39,7 @@ * // Modify the array: * arr[ 0 ] = 3.14; * arr[ 1 ] = 3.14; - +* * // ... * * // Free the allocated memory to be used in a future allocation: