From: Nicholas Clark Date: Thu, 26 Jan 2006 18:35:56 +0000 (+0000) Subject: 2 spelling corrections, and rephrase the entry on perlivp (better X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=409c2c5bc920a5dda2abb2202847f11eaeba974a;p=p5sagit%2Fp5-mst-13.2.git 2 spelling corrections, and rephrase the entry on perlivp (better grammer, more succinct) p4raw-id: //depot/perl@26949 --- diff --git a/pod/perl593delta.pod b/pod/perl593delta.pod index 2af1af6..e5e5b80 100644 --- a/pod/perl593delta.pod +++ b/pod/perl593delta.pod @@ -83,7 +83,7 @@ detail">. =head2 C -say() is a new built-in, only avaiable when C is in +say() is a new built-in, only available when C is in effect, that is similar to print(), but that implicitly appends a newline to the printed string. See L. @@ -214,8 +214,8 @@ Any enums with negative values are now skipped. =head2 C enhancements -C implements new option C<-a> and will not check for F<*.ph> -files by default any more. Use the C<-a> option to run I tests. +C no longer checks for F<*.ph> files by default. Use the new C<-a> +option to run I tests. =head1 Documentation @@ -311,7 +311,7 @@ anyway.) =head2 Calling CORE::require() CORE::require() and CORE::do() were always parsed as require() and do() -when they were overriden. This is now fixed. +when they were overridden. This is now fixed. =head2 Subscripts of slices