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