summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pod/perldebug.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldebug.pod b/pod/perldebug.pod
index 5e95199384..88e412cbec 100644
--- a/pod/perldebug.pod
+++ b/pod/perldebug.pod
@@ -182,12 +182,12 @@ accessible.
=item /pattern/
Search forwards for pattern (a Perl regex); final / is optional.
-The search is case-independent by default.
+The search is case-insensitive by default.
=item ?pattern?
Search backwards for pattern; final ? is optional.
-The search is case-independent by default.
+The search is case-insensitive by default.
=item L