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/blas/ext/find-index/docs/types/index.d.ts
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ interface FindIndex {
112
112
/**
113
113
* Returns the first index of an element along an ndarray dimension which passes a test implemented by a predicate function.
114
114
*
115
-
* ## Notes
115
+
* ## Notes
116
116
*
117
117
* - If no element along an ndarray dimension passes a test implemented by the predicate function, the corresponding element in the returned ndarray is `-1`.
118
118
*
@@ -141,7 +141,7 @@ interface FindIndex {
141
141
/**
142
142
* Returns the first index of an element along an ndarray dimension which passes a test implemented by a predicate function.
143
143
*
144
-
* ## Notes
144
+
* ## Notes
145
145
*
146
146
* - If no element along an ndarray dimension passes a test implemented by the predicate function, the corresponding element in the returned ndarray is `-1`.
147
147
*
@@ -171,7 +171,7 @@ interface FindIndex {
171
171
/**
172
172
* Returns the first index of an element along an ndarray dimension which passes a test implemented by a predicate function and assigns results to a provided output ndarray.
173
173
*
174
-
* ## Notes
174
+
* ## Notes
175
175
*
176
176
* - If no element along an ndarray dimension passes a test implemented by the predicate function, the corresponding element in the returned ndarray is `-1`.
177
177
*
@@ -206,7 +206,7 @@ interface FindIndex {
206
206
/**
207
207
* Returns the first index of an element along an ndarray dimension which passes a test implemented by a predicate function and assigns results to a provided output ndarray.
208
208
*
209
-
* ## Notes
209
+
* ## Notes
210
210
*
211
211
* - If no element along an ndarray dimension passes a test implemented by the predicate function, the corresponding element in the returned ndarray is `-1`.
0 commit comments