Skip to content

Commit e93b5c9

Browse files
committed
Auto-generated commit
1 parent 87d8b48 commit e93b5c9

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

+2-1
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
- [`ed44fee`](https://github.com/stdlib-js/stdlib/commit/ed44feecb9eaa5e0849d1a533e5415624d0aa338) - **style:** use imperative in package.json description and end with period _(by Philipp Burckhardt)_
3738

base/parse/docs/repl.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
{{alias}}( str )
23
Parses a string representing a complex number into a complex like object.
34

reviver/docs/repl.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
The serialization format for complex numbers is an object having the
66
following fields:
77

8-
- type: complex number type (e.g., "Complex128", "Complex64")
9-
- re: real component (number)
10-
- im: imaginary component (number)
8+
- type: complex number type (e.g., "Complex128", "Complex64").
9+
- re: real component (number).
10+
- im: imaginary component (number).
1111

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

0 commit comments

Comments
 (0)