Skip to content

Commit

Permalink
Missing em tags + better naming
Browse files Browse the repository at this point in the history
Co-authored-by: Juliette <663378+jrfnl@users.noreply.github.com>
  • Loading branch information
richardkorthuis and jrfnl committed Aug 12, 2024
1 parent 7150c6d commit 6cf2a0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class My_Class {
<code title="Invalid: using camel case to separate words.">
<![CDATA[
class My_Class {
public $variableName = 'value';
public <em>$propertyName</em> = 'value';
}
]]>
</code>
Expand Down

0 comments on commit 6cf2a0f

Please sign in to comment.