Skip to content

Commit dc632ed

Browse files
committed
Merge pull request #69 from jandrewstre/patch-1
Fix typo in docs/StringDesign.rst
2 parents 156fd99 + 8fc2064 commit dc632ed

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)