Skip to content

Commit

Permalink
Fix XML Comment warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalis committed Jan 17, 2024
1 parent f1c7a54 commit 7a2c775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SmartEnum/SmartEnumComparerAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ protected SmartEnumComparerAttribute(IEqualityComparer<T> comparer)
}

/// <summary>
/// Attribute to apply to <see cref="SmartEnum{TEnum, string}"/> of type <see cref="string"/> to specify how to compare
/// Attribute to apply to <see cref="SmartEnum{TEnum, TString}"/> of type <see cref="string"/> to specify how to compare
/// the enum values
/// </summary>
public class SmartEnumStringComparerAttribute : SmartEnumComparerAttribute<string>
Expand Down

0 comments on commit 7a2c775

Please sign in to comment.