Skip to content

Commit 96e632d

Browse files
committed
docs(README): remove redundant line breaks
1 parent 059d7f3 commit 96e632d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,9 @@ console.log(eventRelay2.disposed === true); // true
162162

163163
### `AsyncDisposeAggregator`
164164
`AsyncDisposeAggregator` is a utility class that allows you to add multiple items and then dispose them all at once.
165-
166165
The items are disposed one by one in the order they were added.
167166

168167
You can add a function to call, an object with a `dispose` method, an object with a `Symbol.dispose` method,
169-
170168
an object with a `Symbol.asyncDispose` method, or a Promise that resolves to one of the previous types.
171169

172170
To dispose all the items, call `dispose` or use the `Symbol.asyncDispose` symbol.

0 commit comments

Comments
 (0)