diff --git a/IPA.Loader/Utilities/ReflectionUtil.cs b/IPA.Loader/Utilities/ReflectionUtil.cs index dcf3c19b..6f0a0195 100644 --- a/IPA.Loader/Utilities/ReflectionUtil.cs +++ b/IPA.Loader/Utilities/ReflectionUtil.cs @@ -68,7 +68,7 @@ namespace IPA.Utilities /// /// Invokes a method from on an object. /// - /// the type of the property to get + /// the type that the method returns /// the type to search for the method on /// the object instance /// the method's name