fix typos
This commit is contained in:
parent
028c036757
commit
800a019a16
@ -1,4 +1,4 @@
|
||||
g/*************************************************************************
|
||||
/*************************************************************************
|
||||
* *
|
||||
* YAP Prolog *
|
||||
* *
|
||||
@ -459,6 +459,9 @@ The goal `garbage_collect` forces a garbage collection.
|
||||
*/
|
||||
garbage_collect :-
|
||||
'$gc'.
|
||||
|
||||
|
||||
|
||||
/** @pred gc
|
||||
|
||||
|
||||
@ -480,6 +483,7 @@ The goal `nogc` disables garbage collection. The same as
|
||||
nogc :-
|
||||
yap_flag(gc,off).
|
||||
|
||||
|
||||
/** @pred garbage_collect_atoms
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user