Error-free constant folding is a TODO
[p5sagit/p5-mst-13.2.git] / pod / perldata.pod
index 5ff97d4..254304c 100644 (file)
@@ -634,7 +634,7 @@ of how to arrange for an output ordering.
 
 =head2 Subscripts
 
-An array is subscripted by specifying a dollary sign (C<$>), then the
+An array is subscripted by specifying a dollar sign (C<$>), then the
 name of the array (without the leading C<@>), then the subscript inside
 square brackets.  For example: