Skip to content

Commit b64c79a

Browse files
authored
docs: add note
Signed-off-by: Athan <kgryte@gmail.com>
1 parent ac035c4 commit b64c79a

File tree

1 file changed

+2
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/gjoin

1 file changed

+2
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/gjoin/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ var str = gjoin.ndarray( 3, '|', x, 1, x.length-3 );
117117

118118
## Notes
119119

120-
- If `N <= 0`, the function returns an empty string.
120+
- If `N <= 0`, both functions return an empty string.
121+
- If an array element is either `null` or `undefined`, both functions will serialize the element as an empty string.
121122
- Both functions support array-like objects having getter and setter accessors for array element access (e.g., [`@stdlib/array/base/accessor`][@stdlib/array/base/accessor]).
122123

123124
</section>

0 commit comments

Comments
 (0)