Skip to content

Commit 7da9d49

Browse files
authored
Update DataContext.xml (#4393)
Typo "TextReader" should read "TextWriter"
1 parent 3d0ce2e commit 7da9d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Data.Linq/DataContext.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@ Next
11761176
</ReturnValue>
11771177
<Docs>
11781178
<summary>Gets or sets the destination to write the SQL query or command.</summary>
1179-
<value>The <see cref="T:System.IO.TextReader" /> to use for writing the command.</value>
1179+
<value>The writer to use for writing the command.</value>
11801180
<remarks>
11811181
<format type="text/markdown"><![CDATA[
11821182

0 commit comments

Comments
 (0)