From ed7e2678f9ff7f024d9c5c6089edf00ff541d75f Mon Sep 17 00:00:00 2001 From: jsteemann Date: Wed, 4 Jan 2017 12:17:35 +0100 Subject: [PATCH] annotated example because it is expected to except --- Documentation/Books/AQL/Invocation/WithArangosh.mdpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Books/AQL/Invocation/WithArangosh.mdpp b/Documentation/Books/AQL/Invocation/WithArangosh.mdpp index 5e8742df47..c401504aaf 100644 --- a/Documentation/Books/AQL/Invocation/WithArangosh.mdpp +++ b/Documentation/Books/AQL/Invocation/WithArangosh.mdpp @@ -104,7 +104,7 @@ allowed to use: |db._query( | 'FOR i IN 1..100000 SORT i RETURN i', {}, { | memoryLimit: 100000 - }).toArray(); + }).toArray(); // xpError(ERROR_RESOURCE_LIMIT) @END_EXAMPLE_ARANGOSH_OUTPUT @endDocuBlock 02_workWithAQL_memoryLimit