summaryrefslogtreecommitdiff
path: root/pod/perlinterp.pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2016-08-28 09:39:38 -0600
committerKarl Williamson <khw@cpan.org>2016-08-29 14:42:25 -0600
commitce66b506fa280c2ede0b0d4a3e81b53d0e31cb48 (patch)
tree49ecf8e94c9d2fb61f1ca97e51a2e69e7fd34ba5 /pod/perlinterp.pod
parent3781748131a087d117c33ad25b5211eb3c33afff (diff)
downloadperl-ce66b506fa280c2ede0b0d4a3e81b53d0e31cb48.tar.gz
perlinterp: Use 'e.g' not 'i.e.' for 'for example'
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 e1af33370a..00a7b9d870 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 (i.e.,
+One particularly interesting aspect is that if the op has no kids (e.g.,
C<readline()> or C<< <> >>) the op is freed and replaced with an entirely
new one that references C<*ARGV> (lines 12-16).