Skip to content

Commit db717d7

Browse files
committed
Auto-generated commit
1 parent 4a21d6d commit db717d7

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

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

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

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`6e9f42e`](https://github.com/stdlib-js/stdlib/commit/6e9f42e4c912485d9896eaa16c88b70fd3688e97) - **docs:** harmonize list formatting in repl.txt and ensure starting newline _(by Philipp Burckhardt)_
1516
- [`5ef3b3d`](https://github.com/stdlib-js/stdlib/commit/5ef3b3d745c115edaa97125b6051a3613423a770) - **chore:** fix comment _(by Philipp Burckhardt)_
1617

1718
</details>

docs/repl.txt

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

66
The following numeric real types are supported:
77

8-
- float64: double-precision floating-point numbers
9-
- float32: single-precision floating-point numbers
10-
- float16: half-precision floating-point numbers
8+
- float64: double-precision floating-point numbers.
9+
- float32: single-precision floating-point numbers.
10+
- float16: half-precision floating-point numbers.
1111

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

0 commit comments

Comments
 (0)