Skip to content

Commit d259755

Browse files
committed
[S02] Correct minor thinko.
Delta does, in fact, come after gamma normally, not vice versa.
1 parent de6df31 commit d259755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S02-bits.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4530,7 +4530,7 @@ versioning schemes seen in the real world. Modules with such strange
45304530
versions can still be used by Perl since by default Perl imports
45314531
external modules by exact version number. (See S11.) Only range
45324532
operations will be compromised by an unknown foreign collation order,
4533-
such as a system that sorts "delta" after "gamma".
4533+
such as a system that sorts "delta" before "gamma".
45344534

45354535
=head2 Allomorphic value semantics
45364536

0 commit comments

Comments
 (0)