From 5d55924bdcce28882eefb62b755d245f26dec38c Mon Sep 17 00:00:00 2001 From: Paulo Moura Date: Tue, 21 Feb 2017 12:00:24 +0000 Subject: [logtalk/en] fix typo in example code (#2669) --- logtalk.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logtalk.html.markdown b/logtalk.html.markdown index bff52cae..5a52bd3c 100644 --- a/logtalk.html.markdown +++ b/logtalk.html.markdown @@ -182,7 +182,7 @@ A message is valid if the corresponding predicate is declared (and the sender is ```logtalk :- object(foo). - :- public(bar). + :- public(bar/0). :- end_object. ``` -- cgit v1.2.3