diff options
author | Lukas Mai <l.mai@web.de> | 2014-11-11 15:45:43 +0100 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-11-11 13:02:03 -0800 |
commit | 26321c2d12675f6660128512d444e410a55a8f7e (patch) | |
tree | f8941cfdd6e0dd099eca83b1e3d36b9d829674a2 /opcode.h | |
parent | 0ceeeec981ad5b1ca3ff145e7d3c682d60d0a06c (diff) | |
download | perl-26321c2d12675f6660128512d444e410a55a8f7e.tar.gz |
rename [] from "anonymous list" to "anonymous array"
Diffstat (limited to 'opcode.h')
-rw-r--r-- | opcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -690,7 +690,7 @@ EXTCONST char* const PL_op_desc[] = { "join or string", "list", "list slice", - "anonymous list ([])", + "anonymous array ([])", "anonymous hash ({})", "splice", "push", |