Skip to content

Commit

Permalink
Fix bad merge in descriptions.json (#47359)
Browse files Browse the repository at this point in the history
  • Loading branch information
danmoseley committed Jan 23, 2021
1 parent 8748338 commit 0e9bab8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/libraries/pkg/descriptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 0e9bab8

Please sign in to comment.