From 24878d6e9e17f8942af52ff7ea1c997ba7d38e5b Mon Sep 17 00:00:00 2001 From: Jan Date: Mon, 19 Mar 2018 10:30:59 +0100 Subject: [PATCH] Doc - Fix for Issue #4881 (#4891) --- Documentation/Books/AQL/Operations/Insert.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Books/AQL/Operations/Insert.md b/Documentation/Books/AQL/Operations/Insert.md index 305551de11..4720826607 100644 --- a/Documentation/Books/AQL/Operations/Insert.md +++ b/Documentation/Books/AQL/Operations/Insert.md @@ -88,7 +88,7 @@ the database (e.g. `_id`, `_key`, `_rev`). ```js -INSERT document IN collection options RETURN NEW +INSERT document IN collection RETURN NEW ``` Following is an example using a variable named `inserted` to return the inserted