@@ -1004,7 +1004,7 @@ var count = context.count;
1004
1004
// returns 2
1005
1005
```
1006
1006
1007
- <a name =" method-findIndex " ></a >
1007
+ <a name =" method-find-index " ></a >
1008
1008
1009
1009
#### Complex64Array.prototype.findIndex( predicate\[ , thisArg] )
1010
1010
@@ -1064,7 +1064,7 @@ var count = context.count;
1064
1064
// returns 3
1065
1065
```
1066
1066
1067
- <a name =" method-findLast " ></a >
1067
+ <a name =" method-find-last " ></a >
1068
1068
1069
1069
#### Complex64Array.prototype.findLast( predicate\[ , thisArg] )
1070
1070
@@ -1137,7 +1137,7 @@ var count = context.count;
1137
1137
// returns 2
1138
1138
```
1139
1139
1140
- <a name =" method-findLastIndex " ></a >
1140
+ <a name =" method-find-last-index " ></a >
1141
1141
1142
1142
#### Complex64Array.prototype.findLastIndex( predicate\[ , thisArg] )
1143
1143
@@ -1326,7 +1326,7 @@ bool = arr.includes( new Complex64( 4.0, -4.0 ), -3 );
1326
1326
```
1327
1327
1328
1328
1329
- <a name =" method-indexOf " ></a >
1329
+ <a name =" method-index-of " ></a >
1330
1330
1331
1331
#### Complex64Array.prototype.indexOf( searchElement\[ , fromIndex] )
1332
1332
@@ -1370,7 +1370,7 @@ idx = arr.indexOf( new Complex64( 1.0, -1.0 ), 1 );
1370
1370
// returns -1
1371
1371
```
1372
1372
1373
- <a name =" method-lastIndexOf " ></a >
1373
+ <a name =" method-last-index-of " ></a >
1374
1374
1375
1375
#### Complex64Array.prototype.lastIndexOf( searchElement\[ , fromIndex] )
1376
1376
0 commit comments