Skip to content

Commit a737183

Browse files
authored
Fix missing space before .NET in System.Data.OleDb namespace documentation (#12147)
1 parent 21b0dc6 commit a737183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/ns-System.Data.OleDb.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Namespace Name="System.Data.OleDb">
22
<Docs>
3-
<summary>The <see cref="N:System.Data.OleDb" /> namespace is the.NET Framework Data Provider for OLE DB.</summary>
3+
<summary>The <see cref="N:System.Data.OleDb" /> namespace is the .NET Framework Data Provider for OLE DB.</summary>
44
<remarks>
55
<format type="text/markdown"><![CDATA[
66
77
## Remarks
8-
The.NET Framework Data Provider for OLE DB describes a collection of classes used to access an OLE DB data source in the managed space. Using the <xref:System.Data.OleDb.OleDbDataAdapter>, you can fill a memory-resident <xref:System.Data.DataSet> that you can use to query and update the data source.
8+
The .NET Framework Data Provider for OLE DB describes a collection of classes used to access an OLE DB data source in the managed space. Using the <xref:System.Data.OleDb.OleDbDataAdapter>, you can fill a memory-resident <xref:System.Data.DataSet> that you can use to query and update the data source.
99
1010
For information about how to use this namespace, see the <xref:System.Data.OleDb.OleDbDataAdapter>, <xref:System.Data.OleDb.OleDbDataReader>, <xref:System.Data.OleDb.OleDbCommand>, and <xref:System.Data.OleDb.OleDbConnection> classes.
1111

0 commit comments

Comments
 (0)