From 2fdb133ea7055442d61f4ced30d8ebf46f4ae31e Mon Sep 17 00:00:00 2001 From: Thomas Schmidts Date: Tue, 27 Jan 2015 10:40:26 +0100 Subject: [PATCH] Fixed small spelling error --- Documentation/Books/Users/IndexHandling/IndexBasics.mdpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Books/Users/IndexHandling/IndexBasics.mdpp b/Documentation/Books/Users/IndexHandling/IndexBasics.mdpp index 4066ac01a7..f30e85123f 100644 --- a/Documentation/Books/Users/IndexHandling/IndexBasics.mdpp +++ b/Documentation/Books/Users/IndexHandling/IndexBasics.mdpp @@ -10,7 +10,7 @@ can be created by specifying the names of the attributes which should be indexed Some index types allow indexing just one attribute (e.g. fulltext index) whereas other index types allow indexing multiple attributes at the same time. -The system attributes `_id`, `_key`, `_from` and `-to` are automatically indexed +The system attributes `_id`, `_key`, `_from` and `_to` are automatically indexed by ArangoDB, without the user being required to create extra indexes for them. Therefore, indexing `_id`, `_key`, `_rev`, `_from`, and `_to` in a user-defined