diff options
Diffstat (limited to 'src/mongo/db/commands/txn_cmds.idl')
-rw-r--r-- | src/mongo/db/commands/txn_cmds.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/commands/txn_cmds.idl b/src/mongo/db/commands/txn_cmds.idl index f53df962e32..e5f9e6c236d 100644 --- a/src/mongo/db/commands/txn_cmds.idl +++ b/src/mongo/db/commands/txn_cmds.idl @@ -68,8 +68,8 @@ structs: prepared: type: bool optional: true - description: "Set to false for a commit for an unprepared transaction. Implicit - default is true, do not set explicitly to true" + description: "True if the transaction has been prepared. Set to false for a commit + for an unprepared transaction." AbortTransactionOplogObject: description: A document representing the 'o' field of an 'abortTransaction' oplog entry. |