File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ class TransactionPromise extends Transaction implements Promise<Transaction>{
4848 * @param {ConnectionHolder } connectionHolder - the connection holder to get connection from.
4949 * @param {function() } onClose - Function to be called when transaction is committed or rolled back.
5050 * @param {function(bookmarks: Bookmarks) } onBookmarks callback invoked when new bookmark is produced.
51- * * @param {function() } onConnection - Function to be called when a connection is obtained to ensure the conneciton
51+ * @param {function() } onConnection - Function to be called when a connection is obtained to ensure the connection
5252 * is not yet released.
5353 * @param {boolean } reactive whether this transaction generates reactive streams
5454 * @param {number } fetchSize - the record fetch size in each pulling batch.
You can’t perform that action at this time.
0 commit comments