You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/ndarray/fancy/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -644,10 +644,10 @@ The method does **not** serialize data outside of the buffer region defined by t
644
644
645
645
<!-- Package usage notes. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
646
646
647
-
* * *
648
-
649
647
<sectionclass="notes">
650
648
649
+
* * *
650
+
651
651
## Notes
652
652
653
653
- To create a zero-dimensional array, provide an empty `shape` and a single `strides` element equal to `0`. The `order` can be either `row-major` or `column-major` and has no effect on data storage or access.
0 commit comments