Skip to content

Commit ef0fd69

Browse files
Simran-Bpluma
authored andcommitted
Fix returnOld / returnNew descriptions (#527)
Fixes #522
1 parent c50d388 commit ef0fd69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/Drivers/JS/Reference/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3187,12 +3187,12 @@ ArangoDB 3.0 as it is redundant when specifying the _rev_ option.
31873187

31883188
* **returnOld**: `boolean` (Default: `false`)
31893189

3190-
If set to `false`, return additionally the complete previous revision of the
3190+
If set to `true`, return additionally the complete previous revision of the
31913191
changed documents under the attribute `old` in the result.
31923192

31933193
* **returnNew**: `boolean` (Default: `false`)
31943194

3195-
If set to `false`, return additionally the complete new documents under the
3195+
If set to `true`, return additionally the complete new documents under the
31963196
attribute `new` in the result.
31973197

31983198
* **ignoreRevs**: `boolean` (Default: `true`)
@@ -3275,12 +3275,12 @@ ArangoDB 3.0 and higher.
32753275

32763276
* **returnOld**: `boolean` (Default: `false`)
32773277

3278-
If set to `false`, return additionally the complete previous revision of the
3278+
If set to `true`, return additionally the complete previous revision of the
32793279
changed documents under the attribute `old` in the result.
32803280

32813281
* **returnNew**: `boolean` (Default: `false`)
32823282

3283-
If set to `false`, return additionally the complete new documents under the
3283+
If set to `true`, return additionally the complete new documents under the
32843284
attribute `new` in the result.
32853285

32863286
* **ignoreRevs**: `boolean` (Default: `true`)

0 commit comments

Comments
 (0)