Skip to content

Commit 83cf6d2

Browse files
authored
Fix a doc copy-pasto(?? (#7758)
The docs for BeginOpen said "close" instead of open.
1 parent 267a9e3 commit 83cf6d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.ServiceModel/ICommunicationObject.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
<AssemblyVersion>4.0.0.0</AssemblyVersion>
243243
</AssemblyInfo>
244244
<Docs>
245-
<summary>Begins an asynchronous operation to close a communication object.</summary>
245+
<summary>Begins an asynchronous operation to open a communication object.</summary>
246246
<remarks>
247247
<format type="text/markdown"><![CDATA[
248248

0 commit comments

Comments
 (0)