Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Missing C<...> on code.
  • Loading branch information
Mark Hindess authored and chromatic committed Oct 7, 2010
1 parent 9f175b4 commit 8ee3dc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions outline.pod
Expand Up @@ -104,7 +104,7 @@ numification/stringification, magical auto-increment.
L<arrays> *

Make it clear that arrays and lists are very different things. Discuss
distinction between indexes and length? Avoid $# altogether? (Don't have to
distinction between indexes and length? Avoid C<$#> altogether? (Don't have to
be comprehensive, just clear.)

C<$var1, $var2, $var3> -- why arrays are useful
Expand Down Expand Up @@ -393,7 +393,7 @@ Features that don't work quite right but you can't quite avoid.

=head3 Reference Syntax

Don't double $$, collapse multiple arrows, use braces copiously.
Don't double C<$$>, collapse multiple arrows, use braces copiously.

=head3 Barewords

Expand Down
2 changes: 1 addition & 1 deletion sections/idioms.pod
Expand Up @@ -12,7 +12,7 @@ them--and they're not quite large enough that you can encapsulate them away
behind functions and methods. Instead, they're mannerisms. They're ways of
writing Perl with a Perlish accent.

=head2 The Object as $self
=head2 The Object as C<$self>

X<$self>
X<variables; $self>
Expand Down

0 comments on commit 8ee3dc8

Please sign in to comment.