From 7196b527a45a0f959a52b237ca907b46aafc2596 Mon Sep 17 00:00:00 2001 From: "Eric Wong (PAX)" Date: Thu, 16 May 2019 14:25:45 -0700 Subject: [PATCH] Remove funny unicode strings in comment --- src/CalcViewModel/Common/TraceLogger.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CalcViewModel/Common/TraceLogger.h b/src/CalcViewModel/Common/TraceLogger.h index 88de46b7..b908145a 100644 --- a/src/CalcViewModel/Common/TraceLogger.h +++ b/src/CalcViewModel/Common/TraceLogger.h @@ -111,8 +111,8 @@ namespace CalculatorApp // Create an instance of TraceLogger TraceLogger(); - // As mentioned in Microsoft’s Privacy Statement(https://privacy.microsoft.com/en-US/privacystatement#maindiagnosticsmodule), - // sampling is involved in Microsoft’s diagnostic data collection process. + // As mentioned in Microsoft's Privacy Statement(https://privacy.microsoft.com/en-US/privacystatement#maindiagnosticsmodule), + // sampling is involved in Microsoft's diagnostic data collection process. // These keywords provide additional input into how frequently an event might be sampled. // The lower the level of the keyword, the higher the possibility that the corresponding event may be sampled. void LogLevel1Event(std::wstring_view eventName, winrt::Windows::Foundation::Diagnostics::LoggingFields fields) const;