Skip to content

Commit 8fc2064

Browse files
committed
Fix typo in docs/StringDesign.rst
1 parent 4955dac commit 8fc2064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/StringDesign.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ Indexing
703703
cached, although not in the memory block where the characters are
704704
stored, since we want a ``String`` to share storage with its
705705
slices. Since the body of the ``String`` must already store the
706-
``String``\ 's *byte length*, cacheing the ``length`` would
706+
``String``\ 's *byte length*, caching the ``length`` would
707707
increase the footprint of the top-level String object. Finally,
708708
even if ``length`` were provided, doing things with ``String``
709709
that depend on a specific numeric ``length`` is error-prone.

0 commit comments

Comments
 (0)