You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2021/04/06 07:49:23 UTC

[incubator-nlpcraft] branch master updated: Update NCDialogFlowItem.java

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 fc814d9  Update NCDialogFlowItem.java
fc814d9 is described below

commit fc814d998eae3b79393e0675ebb81b608726c035
Author: Aaron Radzinski <ar...@apache.org>
AuthorDate: Tue Apr 6 00:47:33 2021 -0700

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

diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCDialogFlowItem.java b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCDialogFlowItem.java
index c8bfb9d..644138e 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCDialogFlowItem.java
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCDialogFlowItem.java
@@ -21,7 +21,7 @@ import java.util.*;
 
 /**
  * An item of the dialog flow. Dialog flow is a chronologically ordered list of dialog flow
- * items. Each item represents a snapshot of winning intent's match and its associated data. An instance
+ * items. Each item represents a snapshot of winning intent's match and its associated data. List of instances
  * of this interface is passed into a custom user-defined dialog flow match method.
  * <p>
  * Read full documentation in <a target=_ href="https://nlpcraft.apache.org/intent-matching.html">Intent Matching</a> section and review