Skip to content

Commit a36e532

Browse files
chore: address commit comments for commit 5acfd64
PR-URL: #7919 Closes: #7913 Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent d2b9b0c commit a36e532

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/pool/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/pool/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* // Modify the array:
4040
* arr[ 0 ] = 3.14;
4141
* arr[ 1 ] = 3.14;
42-
42+
*
4343
* // ...
4444
*
4545
* // Free the allocated memory to be used in a future allocation:

0 commit comments

Comments
 (0)