summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authorLukas Mai <l.mai@web.de>2014-11-11 15:45:43 +0100
committerFather Chrysostomos <sprout@cpan.org>2014-11-11 13:02:03 -0800
commit26321c2d12675f6660128512d444e410a55a8f7e (patch)
treef8941cfdd6e0dd099eca83b1e3d36b9d829674a2 /opcode.h
parent0ceeeec981ad5b1ca3ff145e7d3c682d60d0a06c (diff)
downloadperl-26321c2d12675f6660128512d444e410a55a8f7e.tar.gz
rename [] from "anonymous list" to "anonymous array"
Diffstat (limited to 'opcode.h')
-rw-r--r--opcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcode.h b/opcode.h
index 51fbf2868a..105dcbf32a 100644
--- a/opcode.h
+++ b/opcode.h
@@ -690,7 +690,7 @@ EXTCONST char* const PL_op_desc[] = {
"join or string",
"list",
"list slice",
- "anonymous list ([])",
+ "anonymous array ([])",
"anonymous hash ({})",
"splice",
"push",