mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-22 22:33:29 +02:00
[logtalk/en] fix typo in example code (#2669)
This commit is contained in:
@@ -182,7 +182,7 @@ A message is valid if the corresponding predicate is declared (and the sender is
|
|||||||
```logtalk
|
```logtalk
|
||||||
:- object(foo).
|
:- object(foo).
|
||||||
|
|
||||||
:- public(bar).
|
:- public(bar/0).
|
||||||
|
|
||||||
:- end_object.
|
:- end_object.
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user