1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-21 05:51:31 +02:00

[logtalk/it-it] fix typo in example code (#2670)

This commit is contained in:
Paulo Moura
2017-02-21 14:54:22 +00:00
committed by ven
parent 5d55924bdc
commit 4ec61bfa79

View File

@@ -187,7 +187,7 @@ Un messaggio è valido se il relativo predicato è dichiarato in un oggetto (e s
```logtalk ```logtalk
:- object(foo). :- object(foo).
:- public(bar). :- public(bar/0).
:- end_object. :- end_object.
``` ```