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 f1dd700 commit fc5f0c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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-20)
## 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)_
- [`5ef3b3d`](https://github.com/stdlib-js/stdlib/commit/5ef3b3d745c115edaa97125b6051a3613423a770) - **chore:** fix comment _(by Philipp Burckhardt)_

</details>
Expand Down
6 changes: 3 additions & 3 deletions docs/repl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

The following numeric real types are supported:

- float64: double-precision floating-point numbers
- float32: single-precision floating-point numbers
- float16: half-precision floating-point numbers
- float64: double-precision floating-point numbers.
- float32: single-precision floating-point numbers.
- float16: half-precision floating-point numbers.

Parameters
----------
Expand Down

0 comments on commit fc5f0c8

Please sign in to comment.