summaryrefslogtreecommitdiff
path: root/pod/perlinterp.pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2016-08-29 17:06:50 -0600
committerKarl Williamson <khw@cpan.org>2016-08-29 17:09:05 -0600
commita1ac675e7269d812eee0cef173c4a20776569d01 (patch)
tree1f89c0d2de51318e21b10a065ab85f87b3f9f99f /pod/perlinterp.pod
parent109ac342a6bc5a3a67c3b52341607100cedafdf7 (diff)
downloadperl-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.pod2
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).