Skip to content

Commit

Permalink
Fixed type in rule ElseExpression CDATA
Browse files Browse the repository at this point in the history
  • Loading branch information
Daryl Lozupone committed Jul 30, 2013
1 parent 692b7b1 commit 7593f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/rulesets/cleancode.xml
Expand Up @@ -44,7 +44,7 @@ class Foo {
<![CDATA[
An if expression with an else branch is never necessary. You can rewrite the
conditions in a way that the else is not necessary and the code becomes simpler to read.
To achieve this use early exits or partition the method it several smaller methods.
To achieve this use early exits or partition the method into several smaller methods.
]]>
</description>
<priority>1</priority>
Expand Down

0 comments on commit 7593f17

Please sign in to comment.