From a7371831548f12b9c2aad15dbb60b21bedd99a2f Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Mon, 15 Dec 2025 19:44:58 +0100 Subject: [PATCH] Fix missing space before .NET in System.Data.OleDb namespace documentation (#12147) --- xml/ns-System.Data.OleDb.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/ns-System.Data.OleDb.xml b/xml/ns-System.Data.OleDb.xml index e03a9434f5a..3f4c99a5a45 100644 --- a/xml/ns-System.Data.OleDb.xml +++ b/xml/ns-System.Data.OleDb.xml @@ -1,11 +1,11 @@ - The namespace is the.NET Framework Data Provider for OLE DB. + The namespace is the .NET Framework Data Provider for OLE DB. , you can fill a memory-resident that you can use to query and update the data source. + 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 , you can fill a memory-resident that you can use to query and update the data source. For information about how to use this namespace, see the , , , and classes.