Skip to content

Commit e9dd200

Browse files
gewarrenmairaw
andauthored
Fix summary for StateChange event (#3725)
* Fix event summary * Update xml/System.Data.Common/DbConnection.xml Co-Authored-By: Maira Wenzel <[email protected]>
1 parent 1633960 commit e9dd200

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Data.Common/DbConnection.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1527,12 +1527,12 @@
15271527
<ReturnType>System.Data.StateChangeEventHandler</ReturnType>
15281528
</ReturnValue>
15291529
<Docs>
1530-
<summary>Occurs when the state of the event changes.</summary>
1530+
<summary>Occurs when the state of the connection changes.</summary>
15311531
<remarks>
15321532
<format type="text/markdown"><![CDATA[
15331533
15341534
## Remarks
1535-
The <xref:System.Data.Common.DbConnection.StateChange> event occurs when the state of the event changes from closed to opened, or opened to closed.
1535+
The <xref:System.Data.Common.DbConnection.StateChange> event occurs when the state of the connection changes from closed to opened or from opened to closed.
15361536
15371537
]]></format>
15381538
</remarks>

0 commit comments

Comments
 (0)