Skip to content

Commit 2ef376f

Browse files
committed
clean
1 parent a5362ff commit 2ef376f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/write_concern.js

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class WriteConcern {
4242
* @param {number} [options.wtimeout] **Deprecated** Use `options.writeConcern` instead
4343
* @param {boolean} [options.j] **Deprecated** Use `options.writeConcern` instead
4444
* @param {boolean} [options.fsync] **Deprecated** Use `options.writeConcern` instead
45+
* @param {object|WriteConcern} [options.writeConcern] Specify write concern settings.
4546
* @return {WriteConcern}
4647
*/
4748
static fromOptions(options) {

0 commit comments

Comments
 (0)