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

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

commit 32117c129744207b1a24bf21affa97d0a23d4c8e
Author: Sergey Kamov <[email protected]>
AuthorDate: Thu Apr 15 11:48:25 2021 +0300

    WIP.
---
 .../probe/mgrs/nlp/enrichers/model/NCEnricherNestedModelSpec2.scala     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/nlpcraft/src/test/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/model/NCEnricherNestedModelSpec2.scala
 
b/nlpcraft/src/test/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/model/NCEnricherNestedModelSpec2.scala
index 7b81473..a27a5b4 100644
--- 
a/nlpcraft/src/test/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/model/NCEnricherNestedModelSpec2.scala
+++ 
b/nlpcraft/src/test/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/model/NCEnricherNestedModelSpec2.scala
@@ -29,7 +29,7 @@ import java.util
 class NCNestedTestModel21 extends NCModelAdapter("nlpcraft.nested2.test.mdl", 
"Nested Test Model", "1.0") {
     override def getElements: util.Set[NCElement] = {
         // Note - it defines one simple and one DSL synonyms.
-        // But it should be caught by long (DSL) variant (for `10 word`)
+        // But it should be caught by long (IDL) variant (for `10 word`)
         Set(NCTestElement("e1", "{^^{tok_id() == 'nlpcraft:num'}^^|_} word"))
     }
 

Reply via email to