File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/Drivers/JS/Reference/Collection Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ _data_ and returns an object containing the edge's metadata.
4848* ** data** : ` Object `
4949
5050 The data of the new edge. If _ fromId_ and _ toId_ are not specified, the _ data_
51- needs to contain the properties __ from _ and __ to _ .
51+ needs to contain the properties ` _from ` and ` _to ` .
5252
5353* ** fromId** : ` string ` (optional)
5454
@@ -75,7 +75,7 @@ _data_ and returns an object containing the edge's metadata.
7575 If set to ` true ` , return additionally the complete new documents under the
7676 attribute ` new ` in the result.
7777
78- * ** returnOld** : ` boolean ` (Default: `false)
78+ * ** returnOld** : ` boolean ` (Default: ` false ` )
7979
8080 If set to ` true ` , return additionally the complete old documents under the
8181 attribute ` old ` in the result.
You can’t perform that action at this time.
0 commit comments