Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[subs-n-sigs] fixed chapter numbers
This is only a short-term fix; we'd really like real references here,
like in LaTeX.
  • Loading branch information
Carl Masak committed Feb 9, 2011
1 parent 1ba76c9 commit 2c54a9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/subs-n-sigs.pod
Expand Up @@ -10,8 +10,8 @@ operate on provided data (I<arguments>) and may produce results (I<return
values>). The I<signature> of a subroutine is a description of any arguments
it takes and any return values it produces.

The first chapter demonstrated simple subroutines. In a sense, the operators
described in the second chapter are also subroutines that Perl 6 parses in
Chapter 2 demonstrated simple subroutines. In a sense, the operators
described in chapter 3 are also subroutines that Perl 6 parses in
interesting ways. However, they only scratch the surface of what's possible.

=head1 Declaring A Subroutine
Expand Down

0 comments on commit 2c54a9e

Please sign in to comment.