projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0931045
)
Plural nit.
author
Abhijit Menon-Sen
<ams@wiw.org>
Sat, 16 Mar 2002 02:14:41 +0000
(
02:14
+0000)
committer
Abhijit Menon-Sen
<ams@wiw.org>
Sat, 16 Mar 2002 02:14:41 +0000
(
02:14
+0000)
p4raw-id: //depot/perl@15250
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
5c68ee9
..
1df81da
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-2384,7
+2384,7
@@
is made, a warning is given.
=item *
C<push @a;> and C<unshift @a;> (with no values to push or unshift)
-now give
s
a warning. This may be a problem for generated and evaled
+now give a warning. This may be a problem for generated and evaled
code.
=item *