diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index b56cb6d6e9cd..10f8ae9df49a 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -2849,7 +2849,7 @@ Case Charts available at L.
If EXPR is omitted, uses L|perlvar/$_>.
This function behaves the same way under various pragmas, such as within
-L>|feature/The 'unicode_strings' feature>,
+L>|feature/The 'unicode_strings' feature>,
as L|/lc EXPR> does, with the single exception of
C of I (U+1E9E) within the
scope of L>|locale>. The foldcase of this character
diff --git a/pod/perlop.pod b/pod/perlop.pod
index 792ecd57e036..25eca7800740 100644
--- a/pod/perlop.pod
+++ b/pod/perlop.pod
@@ -1296,7 +1296,7 @@ list.
=back
As of Perl 5.26, the list-context range operator on strings works as expected
-in the scope of L<< S>|feature/The
+in the scope of L<< S>|feature/The
'unicode_strings' feature >>. In previous versions, and outside the scope of
that feature, it exhibits L: its behavior
depends on the internal encoding of the range endpoint.