Skip to content

Commit a3351e5

Browse files
chore: resolve EditorConfig lint error
PR-URL: #5986 Closes: #5981 Reviewed-by: Aayush Khanna <aayushiitbhu23@gmail.com> Signed-off-by: Gautam sharma <gautamkrishnasharma1@gmail.com>
1 parent 26490b7 commit a3351e5

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/strided/napi

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/strided/napi/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ This package exposes various C APIs to facilitate the creation of Node-API strid
109109
- [`@stdlib/strided/base/smap2`][@stdlib/strided/base/smap2]: single-precision floating-point strided array interface for applying a binary callback to two input strided arrays.
110110
- [`@stdlib/strided/base/smskmap`][@stdlib/strided/base/smskmap]: single-precision floating-point strided array interface for applying a unary callback to a single input strided array according to a mask strided array.
111111
- [`@stdlib/strided/base/smskmap2`][@stdlib/strided/base/smskmap2]: single-precision floating-point strided array interface for applying a unary callback to two input strided arrays according to a mask strided array.
112-
- [`@stdlib/strided/base/unary`][@stdlib/strided/base/unary]: strided array loops for operating on a single input strided array and one or more output strided arrays.
112+
- [`@stdlib/strided/base/unary`][@stdlib/strided/base/unary]: strided array loops for operating on a single input strided array and one or more output strided arrays.
113113
- [`@stdlib/strided/base/zmap`][@stdlib/strided/base/zmap]: double-precision complex floating-point strided array interface for applying a unary callback to a single input strided array.
114114
- [`@stdlib/strided/dtypes`][@stdlib/strided/dtypes]: supported strided array data types.
115115
- [`@stdlib/strided/napi/binary`][@stdlib/strided/napi/binary]: Node-API interfaces and macros for registering one or more [`@stdlib/strided/base/binary`][@stdlib/strided/base/binary] interfaces with support for multiple dispatch.

0 commit comments

Comments
 (0)