summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pod/perldebguts.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldebguts.pod b/pod/perldebguts.pod
index cc908393cf..3c7b7c0d8a 100644
--- a/pod/perldebguts.pod
+++ b/pod/perldebguts.pod
@@ -56,9 +56,9 @@ looks like C<(eval 34)>.
=item *
-Each scalar C<${"_<$filename"}> contains C<"_<$filename">. This is
+Each scalar C<${"_<$filename"}> contains C<$filename>. This is
also the case for evaluated strings that contain subroutines, or
-which are currently being executed. The $filename for C<eval>ed
+which are currently being executed. The C<$filename> for C<eval>ed
strings looks like C<(eval 34)>.
=item *