Skip to content

Commit 88ba8e4

Browse files
committed
typescript. shrug
1 parent f158cbd commit 88ba8e4

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/internal/client/reactivity

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/client/reactivity/async.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export async function track_reactivity_loss(promise) {
126126
* after the `async_iterator` return resolves (if it runs)
127127
* @template T
128128
* @template TReturn
129-
* @param {Iterable<T, TReturn> | AsyncIterable<T, TReturn>} iterable
129+
* @param {Iterable<T> | AsyncIterable<T>} iterable
130130
* @returns {AsyncGenerator<T, TReturn | undefined>}
131131
*/
132132
export async function* for_await_track_reactivity_loss(iterable) {

0 commit comments

Comments
 (0)