Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolodavis committed Sep 10, 2019
1 parent eb8a68e commit 17f7bce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/flow.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,10 @@ export function Flow({
* // then that will be chosen as the next phase.
* endIf: (G, ctx) => boolean|object,
*
* // A phase-specific set of moves that overrides the global.
* moves: { ... },
*
* // A phase-specific turn structure that overrides the global.
* // turn order during this phase.
* turn: { ... },
* }
*/
Expand Down

0 comments on commit 17f7bce

Please sign in to comment.