From 3465045703de3f102bd105ae1064ae909e987b3a Mon Sep 17 00:00:00 2001 From: rjsenanayaka Date: Fri, 21 Oct 2022 09:38:43 +0530 Subject: [PATCH] fix: minor edit --- USEexpert.clp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/USEexpert.clp b/USEexpert.clp index 108c471..bc7e2f3 100644 --- a/USEexpert.clp +++ b/USEexpert.clp @@ -92,7 +92,7 @@ (question (ident suicidal) (type yes-no) (text "Are you suicidal?")) (question (ident aca-stress) (type yes-no) - (text "Do you academic stress?")) + (text "Do you have academic stress?")) (question (ident gpa) (type number) (text "What is your GPA?")) (question (ident perform-friends) (type yes-no) @@ -429,7 +429,7 @@ (not (solution-given yes)) => (assert (recommendation - (solution "Consult a real counselor") + (solution "Consult a real counsellor") (explanation "I cannot help you"))) )