tweak
authorDan Moseley <danmose@microsoft.com>
Fri, 8 Sep 2023 17:15:26 +0000 (11:15 -0600)
committerViktor Hofer <viktor.hofer@microsoft.com>
Mon, 18 Sep 2023 14:24:50 +0000 (16:24 +0200)
src/libraries/System.Data.Odbc/src/PACKAGE.md
src/libraries/System.Data.OleDb/src/PACKAGE.md

index eac97dd..7f5d222 100644 (file)
@@ -44,4 +44,4 @@ System.Data.OleDb is a similar package for accessing OLE DB data sources.
 
 ## Feedback & Contributing
 
-**System.Data.Odbc** is released as open source under the [MIT license](https://licenses.nuget.org/MIT). Bug reports are welcome at [the GitHub repository](https://github.com/dotnet/runtime). This package is considered complete and we only consider lower-risk or high-impact fixes that will maintain or improve quality.
\ No newline at end of file
+**System.Data.Odbc** is released as open source under the [MIT license](https://licenses.nuget.org/MIT). Bug reports are welcome at [the GitHub repository](https://github.com/dotnet/runtime). This package is considered complete and we only consider low-risk, high-impact fixes that are necessary to maintain or improve quality.
\ No newline at end of file
index b74dfad..5d5b064 100644 (file)
@@ -22,7 +22,7 @@ using (OleDbConnection connection = new OleDbConnection(connectionString))
     {
         Console.WriteLine(reader.GetInt32(0) + ", " + reader.GetString(1));
     }
-    // always call Close when done reading.
+
     reader.Close();
 }
 ```
@@ -44,4 +44,4 @@ System.Data.Odbc is a similar package for accessing ODBC data sources.
 
 ## Feedback & Contributing
 
-**System.Data.OleDb** is released as open source under the [MIT license](https://licenses.nuget.org/MIT). Bug reports are welcome at [the GitHub repository](https://github.com/dotnet/runtime). This package is considered complete and we only consider lower-risk or high-impact fixes that will maintain or improve quality.
\ No newline at end of file
+**System.Data.OleDb** is released as open source under the [MIT license](https://licenses.nuget.org/MIT). Bug reports are welcome at [the GitHub repository](https://github.com/dotnet/runtime). This package is considered complete and we only consider low-risk, high-impact fixes that are necessary to maintain or improve quality.
\ No newline at end of file