Skip to content

Commit a113660

Browse files
Nenad Vicenticarturcic
Nenad Vicentic
authored andcommitted
Fix compiler warnings CS1584 and CS1658.
1 parent d5bbb8d commit a113660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersion.App/OverrideConfigOptionParser.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ internal class OverrideConfigOptionParser
1515
internal ILookup<string, PropertyInfo> SupportedProperties => _lazySupportedProperties.Value;
1616

1717
/// <summary>
18-
/// Dynamically creates <see cref="ILookup{string, PropertyInfo}"/> of
18+
/// Dynamically creates <see cref="System.Linq.ILookup{TKey, TElement}"/> of
1919
/// <see cref="Config"/> properties supported as a part of command line '/overrideconfig' option.
2020
/// </summary>
2121
/// <returns></returns>

0 commit comments

Comments
 (0)