diff --git a/src/lib/lists.pl b/src/lib/lists.pl index 1bdaf61e..5eef37c2 100644 --- a/src/lib/lists.pl +++ b/src/lib/lists.pl @@ -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. % % ```