Skip to content

Commit

Permalink
Fix incorrect xml doc comment on RollbackTransactionAsync (#23933)
Browse files Browse the repository at this point in the history
  • Loading branch information
smagurauskas authored Jan 21, 2021
1 parent f54b9dc commit ff0d2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EFCore/Infrastructure/DatabaseFacade.cs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ public virtual void RollbackTransaction()
=> Dependencies.TransactionManager.RollbackTransaction();

/// <summary>
/// Applies the outstanding operations in the current transaction to the database.
/// Discards the outstanding operations in the current transaction.
/// </summary>
/// <param name="cancellationToken">A <see cref="CancellationToken" /> to observe while waiting for the task to complete.</param>
/// <returns> A Task representing the asynchronous operation. </returns>
Expand Down

0 comments on commit ff0d2e0

Please sign in to comment.