Skip to content

Commit

Permalink
[PDD07]: fix typo
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@14930 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
particle committed Oct 16, 2006
1 parent 5f7864a commit 4e45fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pdds/pdd07_codingstd.pod
Expand Up @@ -199,7 +199,7 @@ indent it.

=item *

When assignming inside a conditional, use extra parentheses,
When assigning inside a conditional, use extra parentheses,
e.g. C<if (a && (b = c)) ...> or C<if ((a = b)) ...>.

=item *
Expand Down

0 comments on commit 4e45fb8

Please sign in to comment.