mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
[logtalk/en] fix typo in example code (#2669)
This commit is contained in:
parent
dc34cd25a9
commit
5d55924bdc
@ -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.
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user