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.