Skip to content

Commit 854054c

Browse files
committed
Auto-generated commit
1 parent 6c8fbcb commit 854054c

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-09-17)
7+
## Unreleased (2024-09-21)
88

99
<section class="packages">
1010

@@ -32,6 +32,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3232

3333
<details>
3434

35+
- [`6e9f42e`](https://github.com/stdlib-js/stdlib/commit/6e9f42e4c912485d9896eaa16c88b70fd3688e97) - **docs:** harmonize list formatting in repl.txt and ensure starting newline _(by Philipp Burckhardt)_
3536
- [`f387603`](https://github.com/stdlib-js/stdlib/commit/f387603e739f88a38af3263ce6ff675ad903ee8c) - **docs:** consistently use declarative instead of imperative sentences outside of intros _(by Philipp Burckhardt)_
3637

3738
</details>

duration-string/docs/repl.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
unit is a nonnegative integer followed by a unit identifier. The following
77
unit identifiers are supported:
88

9-
- d: days
10-
- h: hours
11-
- m: minutes
12-
- s: seconds
13-
- ms: milliseconds
9+
- d: days.
10+
- h: hours.
11+
- m: minutes.
12+
- s: seconds.
13+
- ms: milliseconds.
1414

1515
For example, the string `1m3s10ms` is a duration string containing three
1616
time units: `1m` (1 minute), `3s` (3 seconds), and `10ms` (10 milliseconds).

reviver/docs/repl.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
The serialization format for a regular expression is an object having the
66
following fields:
77

8-
- type: value type (RegExp)
9-
- pattern: regular expression pattern
10-
- flags: regular expression flags
8+
- type: value type (RegExp).
9+
- pattern: regular expression pattern.
10+
- flags: regular expression flags.
1111

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

0 commit comments

Comments
 (0)