diff options
author | Karl Williamson <khw@cpan.org> | 2016-08-29 17:06:50 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2016-08-29 17:09:05 -0600 |
commit | a1ac675e7269d812eee0cef173c4a20776569d01 (patch) | |
tree | 1f89c0d2de51318e21b10a065ab85f87b3f9f99f /pod/perlinterp.pod | |
parent | 109ac342a6bc5a3a67c3b52341607100cedafdf7 (diff) | |
download | perl-a1ac675e7269d812eee0cef173c4a20776569d01.tar.gz |
Revert "perlinterp: Use 'e.g' not 'i.e.' for 'for example'"
This reverts commit ce66b506fa280c2ede0b0d4a3e81b53d0e31cb48.
I misread the text. This is an exhaustive list, so "i.e." is proper.
Diffstat (limited to 'pod/perlinterp.pod')
-rw-r--r-- | pod/perlinterp.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlinterp.pod b/pod/perlinterp.pod index 00a7b9d870..e1af33370a 100644 --- a/pod/perlinterp.pod +++ b/pod/perlinterp.pod @@ -655,7 +655,7 @@ And here is the function from F<op.c>: 18 return o; 19 } -One particularly interesting aspect is that if the op has no kids (e.g., +One particularly interesting aspect is that if the op has no kids (i.e., C<readline()> or C<< <> >>) the op is freed and replaced with an entirely new one that references C<*ARGV> (lines 12-16). |