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 b423d7d  test.
b423d7d is described below

commit b423d7df45eb84d1a333fa17abf7e0469845f162
Author: Sergey Kamov <[email protected]>
AuthorDate: Tue Feb 28 10:21:16 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 ead15ef..dcd269b 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