Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
BriannaDelgado committed Jan 2, 2025
1 parent 7759578 commit a4c3ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeepL/DocumentMinifier.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public interface IDocumentMinifier {
/// <item>
/// <description>
/// Be very careful when providing a custom <c>tempDir</c> when instantiating the class. For example,
/// <see cref="DocumentMinifier.DeminifyDocument(string)"/> will delete the entire <c>tempDir</c> with
/// <see cref="DocumentMinifier.DeminifyDocument"/> will delete the entire <c>tempDir</c> with
/// <c>cleanup</c> set to <c>true</c> (disabled by default). In order not to lose any data, ideally always
/// call <c>new DocumentMinifier()</c> in order to get a fresh temporary directory.
/// </description>
Expand Down

0 comments on commit a4c3ab2

Please sign in to comment.