From acf57bdfd61431fcbaf70bf9464307ab0cfdf6ba Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Wed, 20 Apr 2022 15:20:01 +0100 Subject: [PATCH] [ci skip] Fix grammar in xmldoc (#15) --- X10D/src/DictionaryExtensions/DictionaryExtensions.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/X10D/src/DictionaryExtensions/DictionaryExtensions.cs b/X10D/src/DictionaryExtensions/DictionaryExtensions.cs index 60306eb..13ebe0f 100644 --- a/X10D/src/DictionaryExtensions/DictionaryExtensions.cs +++ b/X10D/src/DictionaryExtensions/DictionaryExtensions.cs @@ -8,7 +8,7 @@ namespace X10D; public static class DictionaryExtensions { /// - /// Converts an of to an data connection + /// Converts an of to a data connection /// string. /// /// The type of the key element of the key/value pair. @@ -41,7 +41,7 @@ public static class DictionaryExtensions } /// - /// Converts an of to an data connection + /// Converts an of to a data connection /// string. /// /// The type of the key element of the key/value pair.