8000 [String] Fix quotes · symfony/symfony-docs@3d634fa · GitHub
[go: up one dir, main page]

Skip to content

Commit 3d634fa

Browse files
committed
[String] Fix quotes
1 parent 7537026 commit 3d634fa

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)
0