Skip to content

Commit

Permalink
Fix some documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kees van Spelde committed Oct 29, 2023
1 parent aba105d commit bf2d8fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ChromiumHtmlToPdfLib/ConvertUri.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public ConvertUri(string uriString, Encoding encoding, Dictionary<string, string
/// </summary>
/// <param name="uriString">The uri, e.g. file://c:\test.txt</param>
/// <param name="encoding">The encoding used for this file, e.g UTF-8</param>
/// <param name="requestHeaders">The request headers to sent</param>
public ConvertUri(string uriString, string encoding, Dictionary<string, string> requestHeaders = null) : base(uriString)
{
Encoding = !string.IsNullOrWhiteSpace(encoding)
Expand Down

0 comments on commit bf2d8fc

Please sign in to comment.