We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 156fd99 + 8fc2064 commit dc632edCopy full SHA for dc632ed
docs/StringDesign.rst
@@ -703,7 +703,7 @@ Indexing
703
cached, although not in the memory block where the characters are
704
stored, since we want a ``String`` to share storage with its
705
slices. Since the body of the ``String`` must already store the
706
- ``String``\ 's *byte length*, cacheing the ``length`` would
+ ``String``\ 's *byte length*, caching the ``length`` would
707
increase the footprint of the top-level String object. Finally,
708
even if ``length`` were provided, doing things with ``String``
709
that depend on a specific numeric ``length`` is error-prone.
0 commit comments