Skip to content

Commit 36dfac0

Browse files
committed
Auto-generated commit
1 parent d1232f1 commit 36dfac0

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

.github/.keepalive

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

CHANGELOG.md

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

7-
## Unreleased (2026-05-31)
7+
## Unreleased (2026-06-04)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`9ad27d6`](https://github.com/stdlib-js/stdlib/commit/9ad27d68a433072554c8340fd5ea86266ab487fb) - **docs:** fix TSDoc errors in `assert` declarations [(#12454)](https://github.com/stdlib-js/stdlib/pull/12454) _(by Philipp Burckhardt, Athan Reines)_
1516
- [`342466e`](https://github.com/stdlib-js/stdlib/commit/342466efa3e8837ecd245ff3dd51ef0c40c52ed6) - **bench:** refactor to use string interpolation in `@stdlib/assert` [(#11399)](https:-/github.com/stdlib-js/stdlib/pull/11399) _(by Karan Anand)_
1617

1718
</details>
@@ -24,9 +25,11 @@
2425

2526
### Contributors
2627

27-
A total of 1 person contributed to this release. Thank you to this contributor:
28+
A total of 3 people contributed to this release. Thank you to the following contributors:
2829

30+
- Athan Reines
2931
- Karan Anand
32+
- Philipp Burckhardt
3033

3134
</section>
3235

docs/types/index.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424
interface IsProbabilityArray {
2525
/**
26-
* Test if a value is an array-like object containing only probabilities.
26+
* Tests if a value is an array-like object containing only probabilities.
2727
*
2828
* @param value - value to test
2929
* @returns boolean indicating whether value is an array-like object containing only probabilities
@@ -72,10 +72,10 @@ interface IsProbabilityArray {
7272
}
7373

7474
/**
75-
* Test if a value is an array-like object containing only probabilities.
75+
* Tests if a value is an array-like object containing only probabilities.
7676
*
7777
* @param value - value to test
78-
* @returns boolean indicating whether value is a positive integer
78+
* @returns boolean indicating whether value is an array-like object containing only probabilities
7979
*
8080
* @example
8181
* var bool = isProbabilityArray( [ 0.3, new Number(0.3) ] );

0 commit comments

Comments
 (0)