diff --git a/node_dump.c b/node_dump.c index 52c49df5fa..d06514a407 100644 --- a/node_dump.c +++ b/node_dump.c @@ -592,7 +592,7 @@ dump_node(VALUE buf, VALUE indent, int comment, const NODE * node) case NODE_HASH: if (!node->nd_brace) { ANN("keyword arguments"); - ANN("format: nd_head"); + ANN("format: [nd_head]"); ANN("example: a: 1, b: 2"); } else {