From 9f55e3f115d6fdf3c331c88cf77a83087f98f071 Mon Sep 17 00:00:00 2001 From: Anton Firszov Date: Fri, 26 Nov 2021 22:15:27 +0100 Subject: [PATCH] fix comment --- src/ImageSharp/Common/Helpers/DebugGuard.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ImageSharp/Common/Helpers/DebugGuard.cs b/src/ImageSharp/Common/Helpers/DebugGuard.cs index 23b712c52..f438ca9e2 100644 --- a/src/ImageSharp/Common/Helpers/DebugGuard.cs +++ b/src/ImageSharp/Common/Helpers/DebugGuard.cs @@ -27,7 +27,7 @@ namespace SixLabors } /// - /// 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. /// /// Whether the object is disposed. /// The name of the object.