Skip to content

Commit

Permalink
doc(Transaction): fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
h2jorm committed Mar 14, 2019
1 parent fc825d4 commit 118a523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Transaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Transaction.prototype.remove = function (path, version) {
* Execute the transaction atomically.
*
* @method commit
* @param callback {[Function]} callback function.
* @param [callback] {Function} callback function.
* @returns {Promise} return promise if callback is not provided
*/
Transaction.prototype.commit = function (callback) {
Expand Down

0 comments on commit 118a523

Please sign in to comment.