Skip to content

Commit

Permalink
Fix elseif; ping @remicollet :p
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Oct 20, 2016
1 parent 848e8df commit bb66899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/codingstandards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Multiple conditions in several idented lines
if ($a==$b
|| ($c==$d && $e==$f)) {
...
} elseif {
} else if {
...
}
Expand Down

0 comments on commit bb66899

Please sign in to comment.