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 f93e12a commit 9ac5853
Show file tree
Hide file tree
Showing 3 changed files with 8 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,14 +4,15 @@
<section class="release" id="unreleased">

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

<section class="commits">

### Commits

<details>

- [`6e9f42e`](https://github.com/stdlib-js/stdlib/commit/6e9f42e4c912485d9896eaa16c88b70fd3688e97) - **docs:** harmonize list formatting in repl.txt and ensure starting newline _(by Philipp Burckhardt)_
- [`cadb613`](https://github.com/stdlib-js/stdlib/commit/cadb6131d6ce50338d11757e88e8a910a0367983) - **chore:** update argument documentation styling _(by Philipp Burckhardt)_

</details>
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Joey Reed <[email protected]>
Jordan Gallivan <[email protected]>
Joris Labie <[email protected]>
Justin Dennison <[email protected]>
Kaif Mohd <[email protected]>
Karthik Prakash <[email protected]>
Khaldon <[email protected]>
Krishnendu Das <[email protected]>
Expand Down
10 changes: 5 additions & 5 deletions docs/repl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

When invoked, the predicate function is provided two arguments:

- `path`: a resolved path
- `next`: a callback to be invoked after processing a resolved path
- path: a resolved path.
- next: a callback to be invoked after processing a resolved path.

The `next` callback takes two arguments:

- `error`: error argument
- `result`: test result
- error: error argument.
- result: test result.

If a provided predicate function calls the `next` callback with a truthy
`error` argument, the function suspends execution and immediately calls the
Expand Down Expand Up @@ -70,7 +70,7 @@

The predicate function is provided one argument:

- `path`: a resolved path
- path: a resolved path.

The function immediately returns upon encountering a truthy return value.

Expand Down

0 comments on commit 9ac5853

Please sign in to comment.