Skip to content

Commit 1952c21

Browse files
committed
docs: fix section anchors
1 parent b9b8916 commit 1952c21

File tree

1 file changed

+5
-5
lines changed
  • lib/node_modules/@stdlib/array/complex64

1 file changed

+5
-5
lines changed

lib/node_modules/@stdlib/array/complex64/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ var count = context.count;
10041004
// returns 2
10051005
```
10061006

1007-
<a name="method-findIndex"></a>
1007+
<a name="method-find-index"></a>
10081008

10091009
#### Complex64Array.prototype.findIndex( predicate\[, thisArg] )
10101010

@@ -1064,7 +1064,7 @@ var count = context.count;
10641064
// returns 3
10651065
```
10661066

1067-
<a name="method-findLast"></a>
1067+
<a name="method-find-last"></a>
10681068

10691069
#### Complex64Array.prototype.findLast( predicate\[, thisArg] )
10701070

@@ -1137,7 +1137,7 @@ var count = context.count;
11371137
// returns 2
11381138
```
11391139

1140-
<a name="method-findLastIndex"></a>
1140+
<a name="method-find-last-index"></a>
11411141

11421142
#### Complex64Array.prototype.findLastIndex( predicate\[, thisArg] )
11431143

@@ -1326,7 +1326,7 @@ bool = arr.includes( new Complex64( 4.0, -4.0 ), -3 );
13261326
```
13271327

13281328

1329-
<a name="method-indexOf"></a>
1329+
<a name="method-index-of"></a>
13301330

13311331
#### Complex64Array.prototype.indexOf( searchElement\[, fromIndex] )
13321332

@@ -1370,7 +1370,7 @@ idx = arr.indexOf( new Complex64( 1.0, -1.0 ), 1 );
13701370
// returns -1
13711371
```
13721372

1373-
<a name="method-lastIndexOf"></a>
1373+
<a name="method-last-index-of"></a>
13741374

13751375
#### Complex64Array.prototype.lastIndexOf( searchElement\[, fromIndex] )
13761376

0 commit comments

Comments
 (0)