Skip to content

Commit 0e9bab8

Browse files
authored
Fix bad merge in descriptions.json (#47359)
1 parent 8748338 commit 0e9bab8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/libraries/pkg/descriptions.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -2072,22 +2072,22 @@
20722072
},
20732073
{
20742074
"Name": "System.ServiceProcess.ServiceController",
2075-
"Description": "Provides types to perform speech synthesis and speech recognition.",
2075+
"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.",
20762076
"CommonTypes": [
2077-
"System.Speech.Synthesis.SpeechSynthesizer",
2078-
"System.Speech.Recognition.SpeechRecognizer"
2077+
"System.ServiceProcess.ServiceController",
2078+
"System.ServiceProcess.ServiceControllerStatus",
2079+
"System.ServiceProcess.ServiceType"
20792080
]
20802081
},
20812082
{
20822083
"Name": "System.Speech",
2083-
"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.",
2084+
"Description": "Provides types to perform speech synthesis and speech recognition.",
20842085
"CommonTypes": [
2085-
"System.ServiceProcess.ServiceController",
2086-
"System.ServiceProcess.ServiceControllerStatus",
2087-
"System.ServiceProcess.ServiceType"
2086+
"System.Speech.Synthesis.SpeechSynthesizer",
2087+
"System.Speech.Recognition.SpeechRecognizer"
20882088
]
20892089
},
2090-
{
2090+
{
20912091
"Name": "System.Text.Encoding",
20922092
"Description": "Provides base abstract encoding classes for converting blocks of characters to and from blocks of bytes.",
20932093
"CommonTypes": [

0 commit comments

Comments
 (0)