diff options
author | Philip Newton <pne@cpan.org> | 2002-06-03 23:35:55 +0200 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-06-03 18:38:26 +0000 |
commit | 693b9afdd342d2c8a04595c97af15a9ecddcb2b8 (patch) | |
tree | e9b0cde5eecc2a09df7e08d3e64444079890bd74 /lib/Switch.pm | |
parent | fb8eeed8cb12743f5c60d9d4d0405913307f1b9b (diff) | |
download | perl-693b9afdd342d2c8a04595c97af15a9ecddcb2b8.tar.gz |
Minor typo
Message-Id: <q7hnfu8rttv0bro03si2e42avpqoe50op9@4ax.com>
p4raw-link: @4 on //depot/thrperl: 11343788cbaaede18e3146b5219d2fbdaeaf516e
p4raw-id: //depot/perl@16980
Diffstat (limited to 'lib/Switch.pm')
-rw-r--r-- | lib/Switch.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Switch.pm b/lib/Switch.pm index a43ba95848..c76ac8eb1f 100644 --- a/lib/Switch.pm +++ b/lib/Switch.pm @@ -742,7 +742,7 @@ behaviour of the third case. Perl 6 will provide a built-in switch statement with essentially the same semantics as those offered by Switch.pm, but with a different -pair of keywords. In Perl 6 C<switch> with be spelled C<given>, and +pair of keywords. In Perl 6 C<switch> will be spelled C<given>, and C<case> will be pronounced C<when>. In addition, the C<when> statement will not require switch or case values to be parenthesized. |