We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a3b8a9 commit 51959eeCopy full SHA for 51959ee
src/index.js
@@ -168,8 +168,7 @@ const RUN_OPTS_DEFAULTS = {}
168
* @param {number} [opts.max=50] Maximum connections in pool.
169
* @param {number} [opts.min=10] Minimum connections in pool.
170
* @param {number} [opts.port=28015] RethinkDB port.
171
- * @param {boolean} [opts.raw=false] Whether to return detailed result objects
172
- * instead of just record data.
+ * @param {boolean} [opts.raw=false] Whether to return a more detailed response object.
173
*/
174
export default function RethinkDBAdapter (opts) {
175
const self = this
0 commit comments