[ci skip] Fix grammar in xmldoc (#15)

This commit is contained in:
Oliver Booth 2022-04-20 15:20:01 +01:00
parent 91b43790b3
commit acf57bdfd6
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ namespace X10D;
public static class DictionaryExtensions public static class DictionaryExtensions
{ {
/// <summary> /// <summary>
/// Converts an <see cref="IEnumerable{T}" /> of <see cref="KeyValuePair{TKey, TValue}" /> to an data connection /// Converts an <see cref="IEnumerable{T}" /> of <see cref="KeyValuePair{TKey, TValue}" /> to a data connection
/// string. /// string.
/// </summary> /// </summary>
/// <typeparam name="TKey">The type of the key element of the key/value pair.</typeparam> /// <typeparam name="TKey">The type of the key element of the key/value pair.</typeparam>
@ -41,7 +41,7 @@ public static class DictionaryExtensions
} }
/// <summary> /// <summary>
/// Converts an <see cref="IEnumerable{T}" /> of <see cref="KeyValuePair{TKey, TValue}" /> to an data connection /// Converts an <see cref="IEnumerable{T}" /> of <see cref="KeyValuePair{TKey, TValue}" /> to a data connection
/// string. /// string.
/// </summary> /// </summary>
/// <typeparam name="TKey">The type of the key element of the key/value pair.</typeparam> /// <typeparam name="TKey">The type of the key element of the key/value pair.</typeparam>