Skip to content

Commit

Permalink
Fix the format of NODE_EVSTR rendered by dump_node
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-knk committed Jun 18, 2023
1 parent 4f79c83 commit 7adab81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node_dump.c
Expand Up @@ -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");
Expand Down

0 comments on commit 7adab81

Please sign in to comment.