From 7f8691beeaf97a5dabab381e26139428a7be018b Mon Sep 17 00:00:00 2001 From: codester Date: Thu, 3 Dec 2015 23:44:26 +0530 Subject: [PATCH] Fixed spelling Fixed Typo --- docs/SequencesAndCollections.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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