diff --git a/Engine/Public/Attributes/LCEngineClassHookAttribute.cs b/Engine/Public/Attributes/LCEngineClassHookAttribute.cs index e62aee0..73bdcac 100644 --- a/Engine/Public/Attributes/LCEngineClassHookAttribute.cs +++ b/Engine/Public/Attributes/LCEngineClassHookAttribute.cs @@ -11,7 +11,7 @@ namespace LeanCloud.Engine { } /// - /// LCEngineClassHookAttribute is an attribute that hooks class in engine. + /// LCEngineClassHookAttribute is an attribute that hooks class in LeanEngine. /// [AttributeUsage(AttributeTargets.Method, AllowMultiple = false)] public class LCEngineClassHookAttribute : Attribute {