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 973db61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/core/components/individual_sim_ui/apl_actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ 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>
Expand Down

0 comments on commit 973db61

Please sign in to comment.