From e93c5fe3301430e85dad8ed1c8cefa72f9da889e Mon Sep 17 00:00:00 2001 From: Kees van Spelde Date: Tue, 12 Mar 2024 13:23:14 +0100 Subject: [PATCH] . --- ChromiumHtmlToPdfLib/Connection.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChromiumHtmlToPdfLib/Connection.cs b/ChromiumHtmlToPdfLib/Connection.cs index 9b3b325..d23e2ec 100644 --- a/ChromiumHtmlToPdfLib/Connection.cs +++ b/ChromiumHtmlToPdfLib/Connection.cs @@ -294,7 +294,7 @@ internal async Task SendAsync(Message message) #region CheckForError /// - /// Checks if contains an error and if returns this error, null otherwise + /// Checks if contains an error and if so returns this error, null otherwise /// /// private static string? CheckForError(string message)