From 25962f342dee4a499cb7ee8a678859dc26f7d395 Mon Sep 17 00:00:00 2001 From: oneRain Date: Wed, 21 Apr 2021 12:10:34 +0800 Subject: [PATCH] Update Engine/Public/LCEngine.cs Co-authored-by: Jang Rush --- Engine/Public/LCEngine.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine/Public/LCEngine.cs b/Engine/Public/LCEngine.cs index 0a7bc4d..276797c 100644 --- a/Engine/Public/LCEngine.cs +++ b/Engine/Public/LCEngine.cs @@ -12,7 +12,7 @@ using LeanCloud.Common; namespace LeanCloud.Engine { /// - /// LCEngine provides the initialization of Engine in LeanCloud. + /// LCEngine provides the initialization of LeanEngine. /// public class LCEngine { public const string LCEngineCORS = "LCEngineCORS";