Skip to content

Commit 6e9f42e

Browse files
committed
docs: harmonize list formatting in repl.txt and ensure starting newline
1 parent 2fd573e commit 6e9f42e

File tree

215 files changed

+1084
-1078
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

215 files changed

+1084
-1078
lines changed

lib/node_modules/@stdlib/array/base/accessor-getter/docs/repl.txt

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

66
An accessor function accepts the following arguments:
77

8-
- arr: input array
9-
- idx: element index
8+
- arr: input array.
9+
- idx: element index.
1010

1111
If provided an unsupported `dtype`, the function returns a default accessor
1212
function for accessing elements from any indexed array-like object

lib/node_modules/@stdlib/array/base/accessor-setter/docs/repl.txt

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

66
An accessor function accepts the following arguments:
77

8-
- arr: input array
9-
- idx: element index
10-
- value: value to set
8+
- arr: input array.
9+
- idx: element index.
10+
- value: value to set.
1111

1212
If provided an unsupported `dtype`, the function returns a default accessor
1313
function for accessing elements in any indexed array-like object supporting

lib/node_modules/@stdlib/array/base/cunone-by-right/docs/repl.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1+
12
{{alias}}( x, predicate[, thisArg] )
23
Cumulatively tests whether no array element in a provided array passes a
34
test implemented by a predicate function, while iterating from
45
right-to-left.
56

67
The predicate function is provided three arguments:
78

8-
- `value`: current array element.
9-
- `index`: current array element index.
10-
- `arr`: the input array.
9+
- value: current array element.
10+
- index: current array element index.
11+
- arr: the input array.
1112

1213
Parameters
1314
----------
@@ -40,9 +41,9 @@
4041

4142
The predicate function is provided three arguments:
4243

43-
- `value`: current array element.
44-
- `index`: current array element index.
45-
- `arr`: the input array.
44+
- value: current array element.
45+
- index: current array element index.
46+
- arr: the input array.
4647

4748
Parameters
4849
----------

lib/node_modules/@stdlib/array/base/cunone-by/docs/repl.txt

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

66
The predicate function is provided three arguments:
77

8-
- `value`: current array element.
9-
- `index`: current array element index.
10-
- `arr`: the input array.
8+
- value: current array element.
9+
- index: current array element index.
10+
- arr: the input array.
1111

1212
Parameters
1313
----------

lib/node_modules/@stdlib/array/base/cusome-by-right/docs/repl.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1+
12
{{alias}}( x, n, predicate[, thisArg] )
2-
Cumulatively test whether at least `n` elements in a provided array pass a
3+
Cumulatively tests whether at least `n` elements in a provided array pass a
34
test implemented by a predicate function, while iterating from
45
right-to-left.
56

67
The predicate function is provided three arguments:
78

8-
- `value`: current array element.
9-
- `index`: current array element index.
10-
- `arr`: the input array.
9+
- value: current array element.
10+
- index: current array element index.
11+
- arr: the input array.
1112

1213
Parameters
1314
----------
@@ -43,9 +44,9 @@
4344

4445
The predicate function is provided three arguments:
4546

46-
- `value`: current array element.
47-
- `index`: current array element index.
48-
- `arr`: the input array.
47+
- value: current array element.
48+
- index: current array element index.
49+
- arr: the input array.
4950

5051
Parameters
5152
----------

lib/node_modules/@stdlib/array/base/getter/docs/repl.txt

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

66
An accessor function accepts the following arguments:
77

8-
- arr: input array
9-
- idx: element index
8+
- arr: input array.
9+
- idx: element index.
1010

1111
If provided an unsupported `dtype`, the function returns a default accessor
1212
function for accessing elements from any indexed array-like object.

lib/node_modules/@stdlib/array/base/resolve-getter/docs/repl.txt

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

66
An accessor function accepts the following arguments:
77

8-
- arr: input array
9-
- idx: element index
8+
- arr: input array.
9+
- idx: element index.
1010

1111
If provided an array-like object having an unsupported data type, the
1212
function returns a default accessor function for accessing elements from

lib/node_modules/@stdlib/array/base/resolve-setter/docs/repl.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
An accessor function accepts the following arguments:
66

7-
- arr: input array
8-
- idx: element index
9-
- value: value to set
7+
- arr: input array.
8+
- idx: element index.
9+
- value: value to set.
1010

1111
If provided an array-like object having an unsupported data type, the
1212
function returns a default accessor function for accessing elements in any

lib/node_modules/@stdlib/array/base/setter/docs/repl.txt

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

66
An accessor function accepts the following arguments:
77

8-
- arr: input array
9-
- idx: element index
10-
- value: value to set
8+
- arr: input array.
9+
- idx: element index.
10+
- value: value to set.
1111

1212
If provided an unsupported `dtype`, the function returns a default accessor
1313
function for accessing elements in any indexed array-like object.

lib/node_modules/@stdlib/array/base/unary2d-by/docs/repl.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
The callback function is provided the following arguments:
88

9-
- value: array element
10-
- indices: current array element indices
11-
- arrays: input and output arrays
9+
- value: array element.
10+
- indices: current array element indices.
11+
- arrays: input and output arrays.
1212

1313
If the callback function does not return any value (or equivalently,
1414
explicitly returns `undefined`), the value is ignored.

0 commit comments

Comments
 (0)