Skip to content

Commit 3f588cc

Browse files
Ron Petrushanschonni
andcommitted
Apply suggestions from code review
Co-Authored-By: nschonni <nschonni@gmail.com>
1 parent 243c569 commit 3f588cc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

xml/System.ServiceModel.Channels/MsmqBindingElementBase.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
343343
<Docs>
344344
<summary>Gets or sets a value that indicates whether the receive context behavior is requested.</summary>
345345
<value>
346-
<see langword="true" /> if the binding supports receive context behavior ; otherwise, <see langword="false" />.</value>
346+
<see langword="true" /> if the binding supports receive context behavior; otherwise, <see langword="false" />.</value>
347347
<remarks>To be added.</remarks>
348348
</Docs>
349349
</Member>
@@ -761,4 +761,4 @@ The value is not infinite and is larger than Int32.MaxValue milliseconds.</excep
761761
</Docs>
762762
</Member>
763763
</Members>
764-
</Type>
764+
</Type>

xml/System.ServiceModel.Channels/ReceiveContext.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ using (TransactionScope ts = new TransactionScope())
7171
7272
```
7373
74-
This is not the recommended pattern for working with T:System.ServiceModel.Channels.ReceiveContext. Instead the try/catch block should be placed outside of the transaction scope.
74+
This is not the recommended pattern for working with <xref:System.ServiceModel.Channels.ReceiveContext>. Instead the try/catch block should be placed outside of the transaction scope.
7575
7676
]]></format>
7777
</remarks>
@@ -745,4 +745,4 @@ using (TransactionScope ts = new TransactionScope())
745745
</Docs>
746746
</Member>
747747
</Members>
748-
</Type>
748+
</Type>

xml/System.Speech.Recognition/AudioSignalProblem.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<format type="text/markdown"><![CDATA[
2020
2121
## Remarks
22-
The occurredEventArgs.AudioSignalProblem property of the occurredEventArgs class gets a member of this enumeration when the <xref:System.Speech.Recognition.SpeechRecognitionEngine> or <xref:System.Speech.Recognition.SpeechRecognizer> raises a <xref:System.Speech.Recognition.SpeechRecognitionEngine.AudioSignalProblemOccurred> event.
22+
The <xref:System.Speech.Recognition.AudioSignalProblemOccurredEventArgs.AudioSignalProblem?displayProperty=nameWithType> property gets a member of this enumeration when the <xref:System.Speech.Recognition.SpeechRecognitionEngine> or <xref:System.Speech.Recognition.SpeechRecognizer> raises a <xref:System.Speech.Recognition.SpeechRecognitionEngine.AudioSignalProblemOccurred> event.
2323
2424
2525
@@ -213,4 +213,4 @@ void sre_AudioSignalProblemOccurred(object sender, AudioSignalProblemOccurredEve
213213
</Docs>
214214
</Member>
215215
</Members>
216-
</Type>
216+
</Type>

0 commit comments

Comments
 (0)