Skip to content

Commit

Permalink
fix: minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
RukshanJS committed Oct 21, 2022
1 parent b14707b commit 3465045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions USEexpert.clp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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")))
)

Expand Down

0 comments on commit 3465045

Please sign in to comment.