Skip to content

Commit

Permalink
docs: add missing var declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
Planeshifter committed Nov 24, 2023
1 parent 5878fac commit 7120ab7
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/array/float32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ When a `fromIndex` is negative, the starting index is resolved relative to the l
```javascript
var arr = new Float32Array( [ 1.0, 2.0, 3.0 ] );

bool = arr.includes( 1.0, -2 );
var bool = arr.includes( 1.0, -2 );
// returns false
```

Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/array/float64/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ When a `fromIndex` is negative, the starting index is resolved relative to the l
```javascript
var arr = new Float64Array( [ 1.0, 2.0, 3.0 ] );

bool = arr.includes( 1.0, -2 );
var bool = arr.includes( 1.0, -2 );
// returns false
```

Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/array/int16/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ When a `fromIndex` is negative, the starting index is resolved relative to the l
```javascript
var arr = new Int16Array( [ 1, 2, 3 ] );

bool = arr.includes( 1, -2 );
var bool = arr.includes( 1, -2 );
// returns false
```

Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/array/int32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ When a `fromIndex` is negative, the starting index is resolved relative to the l
```javascript
var arr = new Int32Array( [ 1, 2, 3 ] );

bool = arr.includes( 1, -2 );
var bool = arr.includes( 1, -2 );
// returns false
```

Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/array/int8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ When a `fromIndex` is negative, the starting index is resolved relative to the l
```javascript
var arr = new Int8Array( [ 1, 2, 3 ] );

bool = arr.includes( 1, -2 );
var bool = arr.includes( 1, -2 );
// returns false
```

Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/array/uint16/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ When a `fromIndex` is negative, the starting index is resolved relative to the l
```javascript
var arr = new Uint16Array( [ 1, 2, 3 ] );

bool = arr.includes( 1, -2 );
var bool = arr.includes( 1, -2 );
// returns false
```

Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/array/uint32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ When a `fromIndex` is negative, the starting index is resolved relative to the l
```javascript
var arr = new Uint32Array( [ 1, 2, 3 ] );

bool = arr.includes( 1, -2 );
var bool = arr.includes( 1, -2 );
// returns false
```

Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/array/uint8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ When a `fromIndex` is negative, the starting index is resolved relative to the l
```javascript
var arr = new Uint8Array( [ 1, 2, 3 ] );

bool = arr.includes( 1, -2 );
var bool = arr.includes( 1, -2 );
// returns false
```

Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/array/uint8c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ When a `fromIndex` is negative, the starting index is resolved relative to the l
```javascript
var arr = new Uint8ClampedArray( [ 1, 2, 3 ] );

bool = arr.includes( 1, -2 );
var bool = arr.includes( 1, -2 );
// returns false
```

Expand Down

1 comment on commit 7120ab7

@stdlib-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage Report

Package Statements Branches Functions Lines
array/float32 $\color{green}117/117$
$\color{green}+100.00\%$
$\color{red}6/7$
$\color{green}+85.71\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}117/117$
$\color{green}+100.00\%$
array/float64 $\color{green}117/117$
$\color{green}+100.00\%$
$\color{red}6/7$
$\color{green}+85.71\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}117/117$
$\color{green}+100.00\%$
array/int16 $\color{green}117/117$
$\color{green}+100.00\%$
$\color{red}6/7$
$\color{green}+85.71\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}117/117$
$\color{green}+100.00\%$
array/int32 $\color{green}117/117$
$\color{green}+100.00\%$
$\color{red}6/7$
$\color{green}+85.71\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}117/117$
$\color{green}+100.00\%$
array/int8 $\color{green}117/117$
$\color{green}+100.00\%$
$\color{red}6/7$
$\color{green}+85.71\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}117/117$
$\color{green}+100.00\%$
array/uint16 $\color{green}117/117$
$\color{green}+100.00\%$
$\color{red}6/7$
$\color{green}+85.71\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}117/117$
$\color{green}+100.00\%$
array/uint32 $\color{green}117/117$
$\color{green}+100.00\%$
$\color{red}6/7$
$\color{green}+85.71\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}117/117$
$\color{green}+100.00\%$
array/uint8 $\color{green}117/117$
$\color{green}+100.00\%$
$\color{red}6/7$
$\color{green}+85.71\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}117/117$
$\color{green}+100.00\%$
array/uint8c $\color{green}117/117$
$\color{green}+100.00\%$
$\color{red}6/7$
$\color{green}+85.71\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}117/117$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this push.

Please sign in to comment.