Skip to content

Commit b4cb7e2

Browse files
committed
Auto-generated commit
1 parent 145aaac commit b4cb7e2

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
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 (2025-09-10)
7+
## Unreleased (2025-09-11)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`c4bf225`](https://github.com/stdlib-js/stdlib/commit/c4bf22523ecfbab88fc1c6bc72468c859e1836e9) - **docs:** remove example _(by Philipp Burckhardt)_
1516
- [`5feedbc`](https://github.com/stdlib-js/stdlib/commit/5feedbcf7d1de8ab6259c96fa39a2fdc50e2c895) - **docs:** do not pass in options object to avoid cast error _(by Philipp Burckhardt)_
1617
- [`a147b7d`](https://github.com/stdlib-js/stdlib/commit/a147b7d6ef754925120fcc7bdec2b40842a3615a) - **test:** use .strictEqual() instead of .equal() and fix lint errors _(by Philipp Burckhardt)_
1718

docs/types/index.d.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,6 @@ import { PropertyName, DataPropertyDescriptor } from '@stdlib/types/object';
2424

2525
/**
2626
* Interface describing the property descriptor object for creating a memoized object property.
27-
*
28-
* @example
29-
* function foo() {
30-
* return 'bar';
31-
* }
32-
*
33-
* var desc = PropertyDescriptor = {
34-
* 'configurable': false,
35-
* 'enumerable': false,
36-
* 'writable': false,
37-
* 'value': foo
38-
* };
3927
*/
4028
interface PropertyDescriptor extends DataPropertyDescriptor {
4129
/**

0 commit comments

Comments
 (0)