This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
ExtUtils::CBuilder - Fix link() on Windows, broken in version 0.280226
[perl5.git] / pod / perlinterp.pod
index 00a7b9d..e1af333 100644 (file)
@@ -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).