Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update Binding.xml
Correcting typo "minute" => "minutes"
  • Loading branch information
mikkelbu authored Oct 31, 2018
commit 4da4357cc1fd0a3192fdd3cbb1a53b39a88e9e75
4 changes: 2 additions & 2 deletions xml/System.ServiceModel.Channels/Binding.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@
</ReturnValue>
<Docs>
<summary>Gets or sets the interval of time that a connection can remain inactive, during which no application messages are received, before it is dropped.</summary>
<value>The <see cref="T:System.TimeSpan" /> that specifies how long the application has to receive a message before timing out. The default value is 10 minute.</value>
<value>The <see cref="T:System.TimeSpan" /> that specifies how long the application has to receive a message before timing out. The default value is 10 minutes.</value>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down Expand Up @@ -1344,4 +1344,4 @@
</Docs>
</Member>
</Members>
</Type>
</Type>