From e275fe837a05fa691789f0feedd068c836ce5d3d Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Wed, 16 Jan 2013 16:40:50 +0100 Subject: [PATCH] fixed invalid example in documentation --- Documentation/Examples/simple2 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Documentation/Examples/simple2 b/Documentation/Examples/simple2 index 3f4f51b789..30dd51d8cb 100644 --- a/Documentation/Examples/simple2 +++ b/Documentation/Examples/simple2 @@ -8,7 +8,3 @@ arango> db.five.all().toArray(); arango> db.five.all().limit(2).toArray(); [ { _id : 159896:1798296, _rev : 1798296, doc : 3 }, { _id : 159896:1732760, _rev : 1732760, doc : 2 } ] - -arango> db.five.all().limit(-2); -[ { _id : 159896:1667224, _rev : 1667224, doc : 1 }, - { _id : 159896:1929368, _rev : 1929368, doc : 5 } ]