Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Sep 21, 2024
1 parent 09612f2 commit 9a1e80e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<section class="release" id="unreleased">

## Unreleased (2024-09-20)
## Unreleased (2024-09-21)

<section class="packages">

Expand Down Expand Up @@ -239,6 +239,7 @@ A total of 5 people contributed to this release. Thank you to the following cont

<details>

- [`6e9f42e`](https://github.com/stdlib-js/stdlib/commit/6e9f42e4c912485d9896eaa16c88b70fd3688e97) - **docs:** harmonize list formatting in repl.txt and ensure starting newline _(by Philipp Burckhardt)_
- [`50ab973`](https://github.com/stdlib-js/stdlib/commit/50ab973780d5569b7a5e30d7cd9236abcca8d648) - **docs:** fix description _(by Athan Reines)_
- [`786e74e`](https://github.com/stdlib-js/stdlib/commit/786e74e1a1eb5ca959ac7150cb6c1a75cd86c843) - **feat:** add `isndarrayLikeWithDataType` to namespace _(by Athan Reines)_
- [`755425a`](https://github.com/stdlib-js/stdlib/commit/755425a26f81cc16d2d37d8217efaab339c6416a) - **feat:** add `assert/is-ndarray-like-with-data-type` _(by Athan Reines)_
Expand Down
10 changes: 5 additions & 5 deletions is-duration-string/docs/repl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
unit is a non-negative integer followed by a unit identifier. The following
unit identifiers are supported:

- `d`: days
- `h`: hours
- `m`: minutes
- `s`: seconds
- `ms`: milliseconds
- d: days.
- h: hours.
- m: minutes.
- s: seconds.
- ms: milliseconds.

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

0 comments on commit 9a1e80e

Please sign in to comment.