mirror of https://gitee.com/bigwinds/arangodb
Fixed a typo in the documentation.
This commit is contained in:
parent
e2cfdfd863
commit
5f3a69f3a4
|
@ -287,7 +287,7 @@ The following execution node types will appear in the output of `explain`:
|
|||
attribute). Will appear exactly once in a query that contains an *INSERT* statement.
|
||||
* *RemoveNode*: removes documents from a collection (given in its *collection*
|
||||
attribute). Will appear exactly once in a query that contains a *REMOVE* statement.
|
||||
* *ReplacesNode*: replaces documents in a collection (given in its *collection*
|
||||
* *ReplaceNode*: replaces documents in a collection (given in its *collection*
|
||||
attribute). Will appear exactly once in a query that contains a *REPLACE* statement.
|
||||
* *UpdateNode*: updates documents in a collection (given in its *collection*
|
||||
attribute). Will appear exactly once in a query that contains an *UPDATE* statement.
|
||||
|
|
Loading…
Reference in New Issue