Skip to content

Commit

Permalink
wording adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
lime-green committed Oct 22, 2023
1 parent a744ad0 commit dbab41f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/core/components/individual_sim_ui/apl_actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -366,10 +366,10 @@ const actionKindFactories: {[f in NonNullable<APLActionKind>]: ActionKindConfig<
<p>The channel will be interrupted only if all of the following are true:</p>
<ul>
<li>Immediately following a tick of the channel</li>
<li>The <b>Interrupt If</b> condition is <b>True</b></li>
<li>The <b>Interrupt If</b> condition evaluates to <b>True</b></li>
<li>Another action in the APL list is available</li>
</ul>
<p>Note that if you simply want to allow higher-priority actions to interrupt the channel, set <b>Interrupt If</b> to <b>True</b>.</p>
<p>Note that if you simply want to allow other actions to interrupt the channel, set <b>Interrupt If</b> to <b>True</b>.</p>
`,
newValue: () => APLActionChannelSpell.create({
interruptIf: {
Expand Down

0 comments on commit dbab41f

Please sign in to comment.