From a5dcb209b3d2b4b1227a7419f2ddfe18cd1f56ba Mon Sep 17 00:00:00 2001
From: ArmoryNode <22787155+ArmoryNode@users.noreply.github.com>
Date: Thu, 3 Oct 2024 08:42:11 -0700
Subject: [PATCH] Updates documentation on `FromValue` method to reference
correct exception type
---
src/SmartEnum/SmartEnum.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/SmartEnum/SmartEnum.cs b/src/SmartEnum/SmartEnum.cs
index 00b424d5..90931adc 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.
///