Skip to content

Commit 8ee3dc8

Browse files
Mark Hindesschromatic
Mark Hindess
authored andcommitted
Missing C<...> on code.
1 parent 9f175b4 commit 8ee3dc8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

outline.pod

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ numification/stringification, magical auto-increment.
104104
L<arrays> *
105105

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

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

394394
=head3 Reference Syntax
395395

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

398398
=head3 Barewords
399399

sections/idioms.pod

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ them--and they're not quite large enough that you can encapsulate them away
1212
behind functions and methods. Instead, they're mannerisms. They're ways of
1313
writing Perl with a Perlish accent.
1414

15-
=head2 The Object as $self
15+
=head2 The Object as C<$self>
1616

1717
X<$self>
1818
X<variables; $self>

0 commit comments

Comments
 (0)