Skip to content

Commit a4963c3

Browse files
committed
Remove backticks
1 parent be71968 commit a4963c3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

lib/node_modules/@stdlib/iter/any-by/docs/repl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
The predicate function is provided two arguments:
77

8-
- `value`: iterated value
9-
- `index`: iteration index
8+
- value: iterated value
9+
- index: iteration index
1010

1111
The function immediately returns upon encountering a truthy return value.
1212

lib/node_modules/@stdlib/iter/every-by/docs/repl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
The predicate function is provided two arguments:
77

8-
- `value`: iterated value
9-
- `index`: iteration index
8+
- value: iterated value
9+
- index: iteration index
1010

1111
The function immediately returns upon encountering a falsy return value.
1212

lib/node_modules/@stdlib/iter/none-by/docs/repl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
The predicate function is provided two arguments:
77

8-
- `value`: iterated value
9-
- `index`: iteration index
8+
- value: iterated value
9+
- index: iteration index
1010

1111
The function immediately returns upon encountering a truthy return value.
1212

lib/node_modules/@stdlib/iter/some-by/docs/repl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
The predicate function is provided two arguments:
77

8-
- `value`: iterated value
9-
- `index`: iteration index
8+
- value: iterated value
9+
- index: iteration index
1010

1111
The function immediately returns upon encountering `n` truthy return values.
1212

0 commit comments

Comments
 (0)