summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--node_dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_dump.c b/node_dump.c
index 331ea4da52..52c49df5fa 100644
--- a/node_dump.c
+++ b/node_dump.c
@@ -757,7 +757,7 @@ dump_node(VALUE buf, VALUE indent, int comment, const NODE * node)
case NODE_EVSTR:
ANN("interpolation expression");
- ANN("format: \"..#{ [nd_lit] }..\"");
+ ANN("format: \"..#{ [nd_body] }..\"");
ANN("example: \"foo#{ bar }baz\"");
LAST_NODE;
F_NODE(nd_body, "body");