You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by se...@apache.org on 2022/08/25 17:59:06 UTC

[incubator-nlpcraft] branch master updated: Minor cleanup.

This is an automated email from the ASF dual-hosted git repository.

sergeykamov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/master by this push:
     new fedfd418 Minor cleanup.
fedfd418 is described below

commit fedfd418b24d257a57dc5bf44755ec151a78d877
Author: Sergey Kamov <sk...@gmail.com>
AuthorDate: Thu Aug 25 20:58:19 2022 +0300

    Minor cleanup.
---
 .../main/scala/org/apache/nlpcraft/internal/impl/NCModelScanner.scala   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/internal/impl/NCModelScanner.scala b/nlpcraft/src/main/scala/org/apache/nlpcraft/internal/impl/NCModelScanner.scala
index 19bc019a..70bbdfc8 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/internal/impl/NCModelScanner.scala
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/internal/impl/NCModelScanner.scala
@@ -414,7 +414,7 @@ object NCModelScanner extends LazyLogging:
 
         var compiler = new NCIDLCompiler(mdl.getConfig)
 
-        // Overrides current compiler with new intents but without any cache (imports ang fragments)
+        // Overrides current compiler with new intents but without any cache (imports and fragments)
         def callNoCache[T](f: () => T): T =
             val cp = compiler.clone()
             try f()