Skip to content

Commit

Permalink
Fixed dangling crossrefs (Gabor Szabo, GH chromatic#165).
Browse files Browse the repository at this point in the history
  • Loading branch information
chromatic committed Aug 30, 2011
1 parent a74cc0b commit eb7aa3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sections/chapter_00.pod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ shorter, faster, more powerful, and easier to maintain than their alternatives.

=begin sidebar

The Modern::Perl module from the CPAN (L<CPAN>) asks Perl to warn of dubious
The Modern::Perl module from the CPAN (L<cpan>) asks Perl to warn of dubious
constructs and typos and will enable new features introduced in modern releases
of Perl 5. Assume every example in this book begins with:

Expand Down
2 changes: 1 addition & 1 deletion sections/context_philosophy.pod
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ contain. Both of these calls to C<find_chores()> occur in list context:
=end programlisting

The latter example often surprises novice programmers who expect scalar context
for the function call. Initializing a hash (L<hash>) with a list of values
for the function call. Initializing a hash (L<hashes>) with a list of values
imposes list context on C<expensive_operation>.

X<builtins; C<scalar>>
Expand Down

0 comments on commit eb7aa3d

Please sign in to comment.