Skip to content

Commit 6c8fe88

Browse files
committed
Merge branch '5.0'
* 5.0: [String] fix typo
2 parents 2bc65da + 434804a commit 6c8fe88

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
@@ -162,8 +162,8 @@ There is also a method to get the bytes stored at some position::
162162
b('नमस्ते')->bytesAt(0); // [224]
163163
u('नमस्ते')->bytesAt(0); // [224, 164, 168]
164164

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

168168
Methods Related to Length and White Spaces
169169
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)