From b38db7fe532e60426099471ac4e8d46b38a12f62 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Tue, 4 Oct 2016 14:59:21 +0200 Subject: Prolog: reduce inference limit for rev_2 --- prolog/en.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'prolog/en.py') diff --git a/prolog/en.py b/prolog/en.py index 8c60eb3..17a6fc4 100644 --- a/prolog/en.py +++ b/prolog/en.py @@ -22,14 +22,14 @@ hint = { ''', 'monkey_change': '''\ -

Check this part.

+

Check the highlighted part.

''', 'monkey_insert': '''\ -

Add another part.

+

Add another goal or clause.

''', 'monkey_remove': '''\ -

Remove this part.

+

Remove the highlighted part.

''', } -- cgit v1.2.1