Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/next' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Jan 20, 2023
2 parents 738b4f7 + 8528b6c commit 9f12764
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/core/src/interpreter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -399,11 +399,7 @@ export class Interpreter<
/**
* Sends an event to the running interpreter to trigger a transition.
*
* An array of events (batched) can be sent as well, which will send all
* batched events to the running interpreter. The listeners will be
* notified only **once** when all events are processed.
*
* @param event The event(s) to send
* @param event The event to send
*/
public send(event: TEvent | SCXML.Event<TEvent>) {
const _event = toSCXMLEvent(event);
Expand Down

0 comments on commit 9f12764

Please sign in to comment.