Author: larry
Date: Mon May 21 11:46:23 2007
New Revision: 14399
Modified:
doc/trunk/design/syn/S02.pod
Log:
clarification suggested by Ruud++
Modified: doc/trunk/design/syn/S02.pod
==============================================================================
--- doc/trunk/design/syn/S02.pod (original)
+++ doc/trunk/design/syn/S02.pod Mon May 21 11:46:23 2007
@@ -738,8 +738,8 @@
List Lazy Perl list (composed of immutables and iterators)
Seq Completely evaluated (hence immutable) sequence
Range A pair of Ordered endpoints; gens immutables when iterated
- Set Unordered values that allow no duplicates
- Bag Unordered values that allow duplicates
+ Set Unordered group of values that allows no duplicates
+ Bag Unordered group of values that allows duplicates
Junction Sets with additional behaviors
Pair Two elements that serve as key/value in a one-element Mapping
Mapping Pair set with no duplicate keys