Skip to content

Commit 1a1e7f8

Browse files
[String] fix typo
1 parent b6933e2 commit 1a1e7f8

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
@@ -152,7 +152,7 @@ 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]
155+
b('नमस्ते')->bytesAt(1); // [164]
156156
u('नमस्ते')->bytesAt(1); // [224, 164, 184, 224, 165, 141]
157157

158158
Methods Related to Length and White Spaces

0 commit comments

Comments
 (0)