Skip to content

Commit ef29956

Browse files
authored
Remove duplicated line in actors.mdx (#232)
1 parent a6462af commit ef29956

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/actors.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,6 @@ See [persistence](persistence.mdx) for more details.
187187

188188
You can wait for an actor’s snapshot to satisfy a predicate using the `waitFor(actor, predicate, options?)` helper function. The `waitFor(...)` function returns a promise that is:
189189

190-
You can wait for an actor’s snapshot to satisfy a predicate using the `waitFor(actor, predicate, options?)` helper function. The `waitFor(...)` function returns a promise that is:
191-
192190
- Resolved when the emitted snapshot satisfies the `predicate` function
193191
- Resolved immediately if the current snapshot already satisfies the `predicate` function
194192
- Rejected if an error is thrown or the `options.timeout` value is elapsed.

0 commit comments

Comments
 (0)