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

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


The following commit(s) were added to refs/heads/web-site by this push:
     new 4df52a5  test.
4df52a5 is described below

commit 4df52a5518a830645f3db3829c30462529ed57b8
Author: Sergey Kamov <[email protected]>
AuthorDate: Tue Feb 28 10:20:33 2023 +0400

    test.
---
 examples/alarm_clock.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/alarm_clock.html b/examples/alarm_clock.html
index dcd269b..ead15ef 100644
--- a/examples/alarm_clock.html
+++ b/examples/alarm_clock.html
@@ -115,7 +115,7 @@ public class AlarmClock extends NCModelFileAdapter {
                 @Override
                 public void run() {
                     System.out.println(
-                        "BEEP BEEP BEEP for: " + 
ctx.getContext().getRequest().getNormalizedText() + ""
+                        "BEEP BEEP BEEP for : " + 
ctx.getContext().getRequest().getNormalizedText() + ""
                     );
                 }
             },

Reply via email to