Skip to content

Commit

Permalink
Italicize the variable name 'target' in the second occurrence
Browse files Browse the repository at this point in the history
  • Loading branch information
rami-daoud committed Jan 12, 2024
1 parent 36925b8 commit 10fa5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra.bs
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ of related values is used as the input to multiple algorithms.
</div>

<p class=example id=example-variable-ternary>Let <var ignore>activationTarget</var> be
<var ignore>target</var> if <var ignore>isActivationEvent</var> is true and target has activation
<var ignore>target</var> if <var ignore>isActivationEvent</var> is true and <var ignore>target</var> has activation
behavior; otherwise null.

<p>Variables must not be used before they are declared. Variables are
Expand Down

0 comments on commit 10fa5cb

Please sign in to comment.