From 55b28874d7ba75dbd745446032e87362240cff74 Mon Sep 17 00:00:00 2001 From: Axel Suarez Date: Thu, 24 Sep 2020 14:24:51 -0700 Subject: [PATCH] Triggering build --- .../Parsers/Microsoft.Bot.Builder.Parsers.LU/Parser/LuParser.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/Parsers/Microsoft.Bot.Builder.Parsers.LU/Parser/LuParser.cs b/libraries/Parsers/Microsoft.Bot.Builder.Parsers.LU/Parser/LuParser.cs index 3a14f1ea0..bff1c65de 100644 --- a/libraries/Parsers/Microsoft.Bot.Builder.Parsers.LU/Parser/LuParser.cs +++ b/libraries/Parsers/Microsoft.Bot.Builder.Parsers.LU/Parser/LuParser.cs @@ -76,7 +76,7 @@ namespace Microsoft.Bot.Builder.Parsers.LU.Parser emptyIntentSection.Name = section.Name; emptyIntentSection.Id = $"{emptyIntentSection.SectionType}_{emptyIntentSection.Name}"; - // get the end character index + // Get the end character index // this is default value // it will be reset in function extractSectionBody() var endCharacter = section.Name.Length + 2;