File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ class ManagedTransaction extends Transaction {
58
58
*
59
59
* This method will roll back the transaction if it is not already committed or rolled back.
60
60
*
61
- * @deprecated Close should not be done in transaction work. See {@link ManagedTransaction#commit} and {@link ManagedTransaction#rollback}
61
+ * @deprecated Closure should not be done in transaction work. See {@link ManagedTransaction#commit} and {@link ManagedTransaction#rollback}
62
62
*
63
63
* @returns {Promise<void> } An empty promise if closed successfully or error if any error happened during
64
64
*/
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ class RxManagedTransaction extends RxTransaction {
51
51
* Closes the transaction
52
52
*
53
53
* This method will roll back the transaction if it is not already committed or rolled back.
54
- * @deprecated Close should not be done in transaction work. See {@link RxManagedTransaction#commit} and {@link RxManagedTransaction#rollback}
54
+ * @deprecated Closure should not be done in transaction work. See {@link RxManagedTransaction#commit} and {@link RxManagedTransaction#rollback}
55
55
* @returns {Observable } - An empty observable
56
56
*/
57
57
close ( ) {
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ declare interface RxManagedTransaction {
45
45
* Closes the transaction
46
46
*
47
47
* This method will roll back the transaction if it is not already committed or rolled back.
48
- * @deprecated Close should not be done in transaction work. See {@link RxManagedTransaction#commit} and {@link RxManagedTransaction#rollback}
48
+ * @deprecated Closure should not be done in transaction work. See {@link RxManagedTransaction#commit} and {@link RxManagedTransaction#rollback}
49
49
* @returns {Observable } - An empty observable
50
50
*/
51
51
close ( ) : Observable < any >
You can’t perform that action at this time.
0 commit comments