Skip to content

Commit 0b1ce90

Browse files
committed
docs edits
1 parent 43112ec commit 0b1ce90

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/useAsyncIter/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ export { useAsyncIter, type IterationResult };
3434
* );
3535
* }
3636
* ```
37+
*
38+
* ---
3739
*
3840
* Given an async iterable `input`, this hook will iterate it value-by-value and update (re-render) the
3941
* host component upon each yielded value, along with any possible completion or error it may run into.
@@ -58,6 +60,8 @@ export { useAsyncIter, type IterationResult };
5860
* {@link IterationResult `IterationResult`}).
5961
* In case `input` is given a plain value, it will be delivered as-is within the returned
6062
* result object's `value` property.
63+
*
64+
* ---
6165
*
6266
* @template TVal The type of values yielded by the passed iterable or type of plain value if otherwise passed.
6367
* @template TInitVal The type of the initial value, defaults to `undefined`.

0 commit comments

Comments
 (0)