Browse Source

fix comment

pull/1730/head
Anton Firszov 4 years ago
parent
commit
9f55e3f115
  1. 2
      src/ImageSharp/Common/Helpers/DebugGuard.cs

2
src/ImageSharp/Common/Helpers/DebugGuard.cs

@ -27,7 +27,7 @@ namespace SixLabors
}
/// <summary>
/// Verifies whether a condition (indicating disposed state) is met, throwing an ObjectDisposedException if it's false.
/// Verifies whether a condition (indicating disposed state) is met, throwing an ObjectDisposedException if it's true.
/// </summary>
/// <param name="isDisposed">Whether the object is disposed.</param>
/// <param name="objectName">The name of the object.</param>

Loading…
Cancel
Save