Skip to content

Commit 97531ec

Browse files
authored
docs: add notes content to blas/ext/base/ndarray/gjoin README
PR-URL: #12037 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent b0b60c9 commit 97531ec

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/blas/ext/base/ndarray/gjoin

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ The function has the following parameters:
6767

6868
<section class="notes">
6969

70+
## Notes
71+
72+
- If provided an empty one-dimensional ndarray, the function returns an empty string.
73+
- If an array element is either `null` or `undefined`, the function will serialize the element as an empty string.
74+
7075
</section>
7176

7277
<!-- /.notes -->

0 commit comments

Comments
 (0)