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:
@@ -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.
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user