Skip to content

Commit ad7c604

Browse files
committed
Auto-generated commit
1 parent 03d3652 commit ad7c604

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ A total of 20 issues were closed in this release:
131131

132132
<details>
133133

134+
- [`3561b96`](https://github.com/stdlib-js/stdlib/commit/3561b96d7e860a2bddc1101d06f4c2437d878d53) - **docs:** fix indentation _(by Philipp Burckhardt)_
134135
- [`b18ecdd`](https://github.com/stdlib-js/stdlib/commit/b18ecdd324030deecb2f4fc7564d4218916ae7a9) - **feat:** add `assert/has-to-primitive-symbol-support` [(#8469)](https://github.com/stdlib-js/stdlib/pull/8469) _(by kaushal-kumar-it, Athan Reines)_
135136
- [`dfaac0e`](https://github.com/stdlib-js/stdlib/commit/dfaac0e5abda104d28e86b0ef5c10ef2b20102b2) - **feat:** add support for `Symbol.hasInstance` _(by Athan Reines)_
136137
- [`d7e5431`](https://github.com/stdlib-js/stdlib/commit/d7e5431a210b9e0ccf1e55485235e1a3ae725de3) - **feat:** add `hasHasInstanceSymbolSupport` to namespace _(by Athan Reines)_

has-to-primitive-symbol-support/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ var hasToPrimitiveSymbolSupport = require( '@stdlib/assert/has-to-primitive-symb
6060

6161
var bool = hasToPrimitiveSymbolSupport();
6262
if ( bool ) {
63-
console.log( 'Environment has Symbol.toPrimitive support.' );
63+
console.log( 'Environment has Symbol.toPrimitive support.' );
6464
} else {
65-
console.log( 'Environment lacks Symbol.toPrimitive support.' );
65+
console.log( 'Environment lacks Symbol.toPrimitive support.' );
6666
}
6767
```
6868

0 commit comments

Comments
 (0)