Skip to content

Commit 6de57a2

Browse files
committed
Small comment fix
1 parent a72257a commit 6de57a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/loader.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
call(G__2, H1, H2, L0-L1),
4444
maplistdif(G__2, T1, T2, L1-LX).
4545

46-
%% arithmetic_expansion(+Type, Term, -ExpandedTerm, -Unifier-Rest).
46+
%% arithmetic_expansion(+Type, ?Term, -ExpandedTerm, -Unifier-Rest).
4747
%
4848
% `ExpandedTerm` is the minimal generalization of `Term` which makes a valid
4949
% arithmetic relation (`Type = rela`) or functional expression (`Type = func`).

0 commit comments

Comments
 (0)