diff --git a/docs/SequencesAndCollections.rst b/docs/SequencesAndCollections.rst index 105dbe49134f0..f6272314b22e1 100644 --- a/docs/SequencesAndCollections.rst +++ b/docs/SequencesAndCollections.rst @@ -326,7 +326,7 @@ efficient random access; that property is determined by the protocol conformances of its `Index` type. **Forward indices** are the simplest and most general, capturing the -capabilites of indices into a singly-linked list: +capabilities of indices into a singly-linked list: 1. advance to the next position 2. detect the end position