1
0
Fork 0

Fixed a typo in the documentation.

This commit is contained in:
Max Neunhoeffer 2015-10-15 11:27:37 +02:00
parent e2cfdfd863
commit 5f3a69f3a4
1 changed files with 1 additions and 1 deletions

View File

@ -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.