From 99eb7fcbfc0771464123d1ffa4bcbb93b699b4e0 Mon Sep 17 00:00:00 2001 From: Igor Lyadov Date: Sun, 14 Jun 2020 02:00:34 +0300 Subject: [PATCH] Update Stopwatch.xml Based on the code here https://referencesource.microsoft.com/#System/services/monitoring/system/diagnosticts/Stopwatch.cs,142 --- xml/System.Diagnostics/Stopwatch.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Diagnostics/Stopwatch.xml b/xml/System.Diagnostics/Stopwatch.xml index a344961962e..0e40ba81e0c 100644 --- a/xml/System.Diagnostics/Stopwatch.xml +++ b/xml/System.Diagnostics/Stopwatch.xml @@ -436,7 +436,7 @@ class uses a high-resolution performance counter, returns the current value of that counter. If the class uses the system timer, returns the current property of the instance. + If the class uses a high-resolution performance counter, returns the current value of that counter. If the class uses the system timer, returns the current property of the instance.