1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-20 21:42:14 +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
:- object(foo).
:- public(bar).
:- public(bar/0).
:- end_object.
```