From 12be9716d7dc5092fffc4e8605d5523e0109af5a Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Tue, 24 Mar 2020 17:51:04 -0500 Subject: [PATCH] Fixed ReflectionUtil documentation --- IPA.Loader/Utilities/ReflectionUtil.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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