From e66b00b7453efa16f46bee459c551ab0e031a089 Mon Sep 17 00:00:00 2001 From: Jan Date: Mon, 19 Mar 2018 10:32:01 +0100 Subject: [PATCH] Doc - Fix for Issue #4881 (#4890) --- 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 9c4ad92f52..8fe409ae15 100644 --- a/Documentation/Books/AQL/Operations/Insert.md +++ b/Documentation/Books/AQL/Operations/Insert.md @@ -90,7 +90,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