Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[basics] fix two POD errors
  • Loading branch information
moritz committed Nov 10, 2009
1 parent 43015de commit 3d5943c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/basics.pod
Expand Up @@ -267,7 +267,7 @@ The program then counts the number of won sets:
%sets{$p1} += $r1;
%sets{$p2} += $r2;

=end programlisting:
=end programlisting

This is a shortcut for

Expand All @@ -288,7 +288,7 @@ called C<undef>. The addition and incrementing operators treat C<undef> as a
number with the value of zero.

X<fat arrow>
X<< => >
X<< => >>
X<pair>

Before these two lines execute, C<%sets> is empty. The assignment automatically
Expand Down

0 comments on commit 3d5943c

Please sign in to comment.