items --> elements

This addresses #1740.
This commit is contained in:
Markus Triska
2023-03-08 23:31:02 +01:00
parent cba09d4ea1
commit c3477d8476

View File

@@ -63,7 +63,7 @@ resource_error(Resource, Context) :-
%% length(?Xs, ?N).
%
% Relates a list to its length (number of items). It can be used to count the elements of a current list or
% Relates a list to its length (number of elements). It can be used to count the elements of a current list or
% to create a list full of free variables with N length.
%
% ```