Skip to content

Commit 52fef09

Browse files
committed
Auto-generated commit
1 parent fc38b93 commit 52fef09

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,25 @@
1414

1515
<!-- /.packages -->
1616

17+
<section class="contributors">
18+
19+
### Contributors
20+
21+
A total of 1 person contributed to this release. Thank you to this contributor:
22+
23+
- Philipp Burckhardt
24+
25+
</section>
26+
27+
<!-- /.contributors -->
28+
1729
<section class="commits">
1830

1931
### Commits
2032

2133
<details>
2234

35+
- [`0ba282b`](https://github.com/stdlib-js/stdlib/commit/0ba282b89c384f06bbe3ff8ecd71982f05209606) - **chore:** minor clean-up _(by Philipp Burckhardt)_
2336
- [`b8c41df`](https://github.com/stdlib-js/stdlib/commit/b8c41df78cd2cdc9cd3c3c6b223759d32f4f6e14) - **docs:** update related packages sections [(#3915)](https://github.com/stdlib-js/stdlib/pull/3915) _(by stdlib-bot)_
2437

2538
</details>

decimal-number/lib/regexp.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ var reDecimalNumber = require( './main.js' );
4242
* - `[0-9]+`
4343
* - match the characters `[0-9]` one or more times
4444
*
45-
*
46-
@constant
45+
* @constant
4746
* @type {RegExp}
4847
* @default /[-+]{0,1}[0-9]*\.[0-9]+/
4948
*/

decimal-number/lib/regexp_capture.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ var reDecimalNumber = require( './main.js' );
4545
* - `[0-9]+`
4646
* - match the characters `[0-9]` one or more times
4747
*
48-
*
49-
@constant
48+
* @constant
5049
* @type {RegExp}
5150
* @default /([-+]{0,1}[0-9]*\.[0-9]+)/
5251
*/

0 commit comments

Comments
 (0)