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

aradzinski pushed a commit to branch NLPCRAFT-513-intents
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft-website.git


The following commit(s) were added to refs/heads/NLPCRAFT-513-intents by this 
push:
     new b8ade03  Update idl-fns.yml
b8ade03 is described below

commit b8ade038d5ec8e68b51d002d365f76f46f943e14
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sun Dec 4 11:27:14 2022 -0800

    Update idl-fns.yml
---
 _data/idl-fns.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/_data/idl-fns.yml b/_data/idl-fns.yml
index 6ba60a8..82d7f53 100644
--- a/_data/idl-fns.yml
+++ b/_data/idl-fns.yml
@@ -23,10 +23,10 @@ fn-ent:
   - name: ent_id
     sig: |
       <b>ent_id</b>(t: Entity<em><sub>opt</sub></em>) ⇒ String, # ⇒ String
-    synopsis: Returns {% scaladoc NCEntity.html#getId-0 >entity ID() %}
+    synopsis: Returns {% scaladoc NCEntity.html#getId-0 entity ID() %}
     desc: |
       Returns <a class="not-code" target="javadoc" 
href="/apis/latest/org/apache/nlpcraft/model/NCEntity.html#getId()">entity 
ID</a>
-      for the current entity (default) or the provided one by the optional 
paremeter <code><b>t</b></code>. Note that this
+      for the current entity (default) or the provided one by the optional 
parameter <code><b>t</b></code>. Note that this
       functions has a special shorthand <code><b>#</b></code>.
     usage: |
       // Result: 'true' if the current entity ID is equal to 'my_id'.
@@ -41,7 +41,7 @@ fn-ent:
     synopsis: Gets the list of <a class="not-code" target="javadoc" 
href="/apis/latest/org/apache/nlpcraft/model/NCEntity.html#getGroups()">groups</a>
 this entity belongs to
     desc: |
       Gets the list of <a class="not-code" target="javadoc" 
href="/apis/latest/org/apache/nlpcraft/model/NCEntity.html#getGroups()">groups</a>
-      the current entity (default) or the provided one by the optional 
paremeter <code><b>t</b></code> belongs to. Note that,
+      the current entity (default) or the provided one by the optional 
parameter <code><b>t</b></code> belongs to. Note that,
       by default, if not specified explicitly, entity always belongs to one 
group with ID equal to entity ID.
       May return an empty list but never a <code>null</code>.
     usage: |

Reply via email to