Skip to content

Commit a72257a

Browse files
committed
Fix comment wording
1 parent a2ddc6c commit a72257a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/loader.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
% arithmetic relation (`Type = rela`) or functional expression (`Type = func`).
5050
% That means if all unifications from `Unifier` hold then `ExpandedTerm == Term`.
5151
% `Unifier-Rest` form together a list difference. `Term` is traversed from left
52-
% to right, depth-first. As seen in example bellow: given an invalid arithmetic
53-
% term, `E` becomes valid arithmetic term, `L` - unifier:
52+
% to right, depth-first. Given an invalid arithmetic term, as seen in the
53+
% example below, `E` becomes valid arithmetic term, `L` - unifier:
5454
%
5555
% ```
5656
% ?- arithmetic_expansion(rela, X is sqrt([]+Y*foo(e/2)), E, L-[]).

0 commit comments

Comments
 (0)