File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/node_modules/@stdlib/blas/ext/base/gfind-last-index Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ interface Routine {
139
139
* @param strideX - stride length
140
140
* @param offsetX - starting index
141
141
* @param clbk - predicate function
142
- * @param thisArg - predication function execution context
142
+ * @param thisArg - predicate function execution context
143
143
* @returns index
144
144
*
145
145
* @example
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ tape( 'the function returns the index of the last element which passes a test im
59
59
}
60
60
} ) ;
61
61
62
- tape ( 'the function returns the index of the first element which passes a test implemented by a predicate function (accessors)' , function test ( t ) {
62
+ tape ( 'the function returns the index of the last element which passes a test implemented by a predicate function (accessors)' , function test ( t ) {
63
63
var actual ;
64
64
var x ;
65
65
You can’t perform that action at this time.
0 commit comments