From e0f7791a6138a131357a81bbe4ae5985e21290b9 Mon Sep 17 00:00:00 2001 From: Michael Babienco Date: Tue, 25 Jun 2024 14:28:06 +0900 Subject: [PATCH] Fix doc in LogWriter --- src/NetSparkle/LogWriter.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NetSparkle/LogWriter.cs b/src/NetSparkle/LogWriter.cs index a8755f37..95a37f18 100644 --- a/src/NetSparkle/LogWriter.cs +++ b/src/NetSparkle/LogWriter.cs @@ -33,7 +33,7 @@ public LogWriter() /// LogWriter constructor that takes a bool to determine /// the value for printDiagnosticToConsole /// - /// False to print to ; + /// False to print to ; /// true to print to public LogWriter(bool printDiagnosticToConsole) { @@ -44,7 +44,7 @@ public LogWriter(bool printDiagnosticToConsole) /// /// True if this class should print to ; - /// false if this object should print to . + /// false if this object should print to . /// Defaults to false. /// public bool PrintDiagnosticToConsole { get; set; }