Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Text/Def/Internal/TextLogic/ILoggingServiceInternal.cs')
-rw-r--r--src/Text/Def/Internal/TextLogic/ILoggingServiceInternal.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Def/Internal/TextLogic/ILoggingServiceInternal.cs b/src/Text/Def/Internal/TextLogic/ILoggingServiceInternal.cs
index e78084b..dad1d94 100644
--- a/src/Text/Def/Internal/TextLogic/ILoggingServiceInternal.cs
+++ b/src/Text/Def/Internal/TextLogic/ILoggingServiceInternal.cs
@@ -12,7 +12,7 @@ using System;
namespace Microsoft.VisualStudio.Text.Utilities
{
/// <summary>
- /// Allows code in src/Platform to log events.
+ /// Allows code in VS-Platform to log events.
/// </summary>
/// <remarks>
/// For example, the VS Provider of this inserts data points into the telemetry data stream.