Skip to content

Commit

Permalink
chore: fix typo in comments of Transaction.Commit()
Browse files Browse the repository at this point in the history
  • Loading branch information
LSViana committed Jun 7, 2024
1 parent fb8af80 commit ba69d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YDotNet/Document/Transactions/Transaction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ protected override void DisposeCore(bool disposing)
/// </remarks>
public void Commit()
{
// The dispose method has a solution to prevent multiple dipose, so we can just use that.
// The dispose method has a solution to prevent multiple dispose, so we can just use that.
Dispose();
}

Expand Down

0 comments on commit ba69d10

Please sign in to comment.