diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-01-17 20:21:43 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-01-17 22:33:41 -0800 |
commit | 6c818a5090e56cbd25bf8437be837b3d40a26ac5 (patch) | |
tree | 9f98b8d585733873fcfe462acfe0d7d884a7f7ee /pod/perlcall.pod | |
parent | 919930a6ceb9ea2ef3c29fd49784e5209f2ee06e (diff) | |
download | perl-6c818a5090e56cbd25bf8437be837b3d40a26ac5.tar.gz |
perlcall: subjunctive, not indicative
Diffstat (limited to 'pod/perlcall.pod')
-rw-r--r-- | pod/perlcall.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlcall.pod b/pod/perlcall.pod index b1ec9490e1..d1e5d0a672 100644 --- a/pod/perlcall.pod +++ b/pod/perlcall.pod @@ -965,7 +965,7 @@ C<SvTRUE(ERRSV)> is true. This is necessary because whenever a I<call_*> function invoked with G_EVAL|G_SCALAR returns an error, the top of the stack holds the value I<undef>. Because we want the program to continue after detecting this error, it is essential that -the stack is tidied up by removing the I<undef>. +the stack be tidied up by removing the I<undef>. =back |