change for the word collection in several places

This commit is contained in:
2015-05-23 10:29:54 +03:00
parent 41d8453e56
commit db4603c2d7

View File

@ -11,7 +11,7 @@ Consequently just insert procedure are needed
Lists
-----
Correspond to an ordered list of values belonging an elementary type.
Correspond to an ordered collection of values belonging an elementary type.
At its creation
@ -19,7 +19,7 @@ At its creation
Sets
----
Correspond to an unordered set of values belonging an elementary type.
Correspond to an unordered collection of values belonging an elementary type.
Dictionaries