Skip to content

Commit 1cebb1e

Browse files
committed
specifically: observable's emitted value
1 parent b5ea853 commit 1cebb1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/actors.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ transitionActor.send({ type: 'increment' });
323323

324324
Observable actor logic is described by an [observable stream of values](#fromObservable). Actors created from observable logic (“observable actors”) can:
325325

326-
- Emit snapshots of its emitted value
326+
- Emit snapshots of the observable’s emitted value
327327

328328
Sending events to observable actors will have no effect.
329329

0 commit comments

Comments
 (0)