Skip to content

Commit

Permalink
Improve the description of append/3 to convey its generality
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarte committed Jan 17, 2025
1 parent d8685cf commit a17e529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/lists.pl
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@

%% append(Xs0, Xs1, Xs).
%
% List Xs is the concatenation of Xs0 and Xs1
% True if list Xs is the concatenation of Xs0 and Xs1
%
% ```
% ?- append([1,2,3], [4,5,6], Xs).
Expand Down

0 comments on commit a17e529

Please sign in to comment.