From 0e9bab84b6f2bc8ca09e2250d0c4e29425b44b10 Mon Sep 17 00:00:00 2001 From: Dan Moseley Date: Fri, 22 Jan 2021 19:07:12 -0800 Subject: Fix bad merge in descriptions.json (#47359) --- src/libraries/pkg/descriptions.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/libraries/pkg/descriptions.json b/src/libraries/pkg/descriptions.json index 5c3a3933904..8684618f94d 100644 --- a/src/libraries/pkg/descriptions.json +++ b/src/libraries/pkg/descriptions.json @@ -2072,22 +2072,22 @@ }, { "Name": "System.ServiceProcess.ServiceController", - "Description": "Provides types to perform speech synthesis and speech recognition.", + "Description": "Provides the System.ServiceProcess.ServiceContainer class, which allows you to connect to a running or stopped service, manipulate it, or get information about it.", "CommonTypes": [ - "System.Speech.Synthesis.SpeechSynthesizer", - "System.Speech.Recognition.SpeechRecognizer" + "System.ServiceProcess.ServiceController", + "System.ServiceProcess.ServiceControllerStatus", + "System.ServiceProcess.ServiceType" ] }, { "Name": "System.Speech", - "Description": "Provides the System.ServiceProcess.ServiceContainer class, which allows you to connect to a running or stopped service, manipulate it, or get information about it.", + "Description": "Provides types to perform speech synthesis and speech recognition.", "CommonTypes": [ - "System.ServiceProcess.ServiceController", - "System.ServiceProcess.ServiceControllerStatus", - "System.ServiceProcess.ServiceType" + "System.Speech.Synthesis.SpeechSynthesizer", + "System.Speech.Recognition.SpeechRecognizer" ] }, - { + { "Name": "System.Text.Encoding", "Description": "Provides base abstract encoding classes for converting blocks of characters to and from blocks of bytes.", "CommonTypes": [ -- cgit v1.2.3