mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 01:51:38 +00:00
[logtalk/it-it] fix typo in example code (#2670)
This commit is contained in:
parent
5d55924bdc
commit
4ec61bfa79
@ -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.
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user