Minor typo
Philip Newton [Mon, 3 Jun 2002 21:35:55 +0000 (23:35 +0200)]
   Message-Id: <q7hnfu8rttv0bro03si2e42avpqoe50op9@4ax.com>
p4raw-link: @4 on //depot/thrperl: 11343788cbaaede18e3146b5219d2fbdaeaf516e

p4raw-id: //depot/perl@16980

lib/Switch.pm

index a43ba95..c76ac8e 100644 (file)
@@ -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.