[ruby/prism] Update templates/include/prism/ast.h.erb

https://github.com/ruby/prism/commit/dc7164e21c
This commit is contained in:
Kevin Newton 2024-09-25 15:37:38 -04:00 committed by git
parent fa7fef270d
commit cab81d1bba

View File

@ -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 -%>