Skip to content

Commit 51959ee

Browse files
committed
Updated jsdoc.
1 parent 0a3b8a9 commit 51959ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,7 @@ const RUN_OPTS_DEFAULTS = {}
168168
* @param {number} [opts.max=50] Maximum connections in pool.
169169
* @param {number} [opts.min=10] Minimum connections in pool.
170170
* @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.
171+
* @param {boolean} [opts.raw=false] Whether to return a more detailed response object.
173172
*/
174173
export default function RethinkDBAdapter (opts) {
175174
const self = this

0 commit comments

Comments
 (0)