From cab81d1bbaa459f686b9da76cbe9822caadc6393 Mon Sep 17 00:00:00 2001 From: Kevin Newton Date: Wed, 25 Sep 2024 15:37:38 -0400 Subject: [PATCH] [ruby/prism] Update templates/include/prism/ast.h.erb https://github.com/ruby/prism/commit/dc7164e21c --- prism/templates/include/prism/ast.h.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prism/templates/include/prism/ast.h.erb b/prism/templates/include/prism/ast.h.erb index b63ce31fb57a09..751c0b43c2cb09 100644 --- a/prism/templates/include/prism/ast.h.erb +++ b/prism/templates/include/prism/ast.h.erb @@ -159,7 +159,7 @@ typedef struct pm_node { * * Type: ::<%= node.type %> <% if (node_flags = node.flags) %> - * Applicable flags (#pm_<%= node_flags.human %>): + * Flags (#pm_<%= node_flags.human %>): <%- node_flags.values.each do |value| -%> * * ::PM_<%= node_flags.human.upcase %>_<%= value.name %> <%- end -%>