Skip to content

Commit f4024f0

Browse files
committed
docs: fix rule location
1 parent 6d60c74 commit f4024f0

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/ndarray/fancy

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/ndarray/fancy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -644,10 +644,10 @@ The method does **not** serialize data outside of the buffer region defined by t
644644

645645
<!-- Package usage notes. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
646646

647-
* * *
648-
649647
<section class="notes">
650648

649+
* * *
650+
651651
## Notes
652652

653653
- 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

Comments
 (0)