Skip to content

Commit 5399cd6

Browse files
committed
minor #13122 [String] Fix quotes (OskarStark)
This PR was merged into the master branch. Discussion ---------- [String] Fix quotes Commits ------- 3d634fa [String] Fix quotes
2 parents 7537026 + 3d634fa commit 5399cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/string.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ to make your code more concise::
121121
use function Symfony\Component\String\s;
122122

123123
// creates a ByteString object
124-
$foo = s('\xfe\xff');
124+
$foo = s("\xfe\xff");
125125
// creates a UnicodeString object
126126
$foo = s('अनुच्छेद');
127127

0 commit comments

Comments
 (0)