diff --git a/ICD.Common.Utils/Extensions/ReflectionExtensions.cs b/ICD.Common.Utils/Extensions/ReflectionExtensions.cs
index 52fabac..1515cfe 100644
--- a/ICD.Common.Utils/Extensions/ReflectionExtensions.cs
+++ b/ICD.Common.Utils/Extensions/ReflectionExtensions.cs
@@ -170,7 +170,7 @@ namespace ICD.Common.Utils.Extensions
///
///
///
- /// true if property was set, false if property was not found
+ /// true if property get was successful, false if the property was not found
public static bool GetProperty([NotNull] this object extends, [CanBeNull] out object value, [NotNull] params string[] path)
{
if (extends == null)