Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kees van Spelde committed Mar 12, 2024
1 parent 3100f94 commit e93c5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChromiumHtmlToPdfLib/Connection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ internal async Task SendAsync(Message message)

#region CheckForError
/// <summary>
/// Checks if <paramref name="message" /> contains an error and if returns this error, <c>null</c> otherwise
/// Checks if <paramref name="message" /> contains an error and if so returns this error, <c>null</c> otherwise
/// </summary>
/// <param name="message"></param>
private static string? CheckForError(string message)
Expand Down

0 comments on commit e93c5fe

Please sign in to comment.