8000 minor #13551 [String] fix typo (nicolas-grekas) · symfony/symfony-docs@434804a · GitHub
[go: up one dir, main page]

Skip to content

Commit 434804a

Browse files
committed
minor #13551 [String] fix typo (nicolas-grekas)
This PR was merged into the 5.0 branch. Discussion ---------- [String] fix typo Commits ------- 0fde948 [String] fix typo
2 parents b6933e2 + 0fde948 commit 434804a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/string.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ There is also a method to get the bytes stored at some position::
152152
b('नमस्ते')->bytesAt(0); // [224]
153153
u('नमस्ते')->bytesAt(0); // [224, 164, 168]
154154

155-
b('नमस्ते')->bytesAt(1); // [168]
156-
u('नमस्ते')->bytesAt(1); // [224, 164, 184, 224, 165, 141]
155+
b('नमस्ते')->bytesAt(1); // [164]
156+
u('नमस्ते')->bytesAt(1); // [224, 164, 174]
157157

158158
Methods Related to Length and White Spaces
159159
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)
0