Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
pvlugter committed Jan 26, 2021
1 parent 6de8a4f commit 3a25f6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node-support/src/action-support.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ class ActionHandler {
}

/**
* Context for a action command that returns a streamed message out.
* Context for an action command that returns a streamed message out.
*
* @interface module:cloudstate.Action.StreamedOutContext
* @extends module:cloudstate.Action.ActionCommandContext
Expand Down Expand Up @@ -325,7 +325,7 @@ class ActionHandler {
}

/**
* Context for a action command that handles streamed messages in.
* Context for an action command that handles streamed messages in.
*
* @interface module:cloudstate.Action.StreamedInContext
* @extends module:cloudstate.Action.ActionCommandContext
Expand Down

0 comments on commit 3a25f6e

Please sign in to comment.