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

aradzinski 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 d49ec65  Update NCElement.java
d49ec65 is described below

commit d49ec658d9baa1b1a2c81592c7f99cc15f3b20ec
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sat Jul 31 17:31:09 2021 -0700

    Update NCElement.java
---
 nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCElement.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCElement.java 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCElement.java
index 0b7b24d..b6918f0 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCElement.java
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCElement.java
@@ -269,7 +269,7 @@ public interface NCElement extends NCMetadata, Serializable 
{
 
     /**
      * Gets the list of synonyms by which this model element will be 
recognized by. Read more about
-     * many different forms of synonyms in <a target=_ 
href="https://nlpcraft.apache.org/data-model.html";>Data Model</a> section
+     * many forms of synonyms in <a target=_ 
href="https://nlpcraft.apache.org/data-model.html";>Data Model</a> section
      * and review <a target=_ 
href="https://github.com/apache/incubator-nlpcraft/tree/master/nlpcraft-examples";>examples</a>.
      * <p>
      * <b>JSON</b>

Reply via email to