Skip to content

Commit f99b602

Browse files
committed
Auto-generated commit
1 parent d60e17c commit f99b602

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,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-09-10)
7+
## Unreleased (2025-09-11)
88

99
<section class="features">
1010

@@ -160,6 +160,7 @@ A total of 8 issues were closed in this release:
160160

161161
<details>
162162

163+
- [`c4bf225`](https://github.com/stdlib-js/stdlib/commit/c4bf22523ecfbab88fc1c6bc72468c859e1836e9) - **docs:** remove example _(by Philipp Burckhardt)_
163164
- [`1b9a036`](https://github.com/stdlib-js/stdlib/commit/1b9a036d676b247bf502c4ede08635b99fa611ca) - **fix:** allow correct values for `returns` option _(by Philipp Burckhardt)_
164165
- [`5feedbc`](https://github.com/stdlib-js/stdlib/commit/5feedbcf7d1de8ab6259c96fa39a2fdc50e2c895) - **docs:** do not pass in options object to avoid cast error _(by Philipp Burckhardt)_
165166
- [`6bb3c64`](https://github.com/stdlib-js/stdlib/commit/6bb3c64c915bb33715e5256fa8073e46b9a4d443) - **docs:** update examples in TSDoc comments in `utils/async` for doctesting _(by Philipp Burckhardt)_

define-memoized-property/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)