]> Repositorios git - scryer-prolog.git/commitdiff
items --> elements
authorMarkus Triska <[email protected]>
Wed, 8 Mar 2023 22:31:02 +0000 (23:31 +0100)
committerMarkus Triska <[email protected]>
Wed, 8 Mar 2023 22:31:02 +0000 (23:31 +0100)
This addresses #1740.

src/lib/lists.pl

index 1bdaf61eb3c0a27fa13a78c336349e5145c0bb7b..5eef37c2487126b72a531188391607cecd5ddd26 100644 (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.
 %
 % ```