diff --git a/src/SmartEnum/SmartEnum.cs b/src/SmartEnum/SmartEnum.cs
index 59ca9831..e62b1f18 100644
--- a/src/SmartEnum/SmartEnum.cs
+++ b/src/SmartEnum/SmartEnum.cs
@@ -207,7 +207,7 @@ public static bool TryFromName(string name, bool ignoreCase, out TEnum result)
/// The value of the item to get.
///
/// The first item found that is associated with the specified value.
- /// If the specified value is not found, throws a .
+ /// If the specified value is not found, throws a .
///
/// does not exist.
///