Skip to content

Commit

Permalink
[ruby/prism] Update templates/include/prism/ast.h.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton authored and matzbot committed Sep 25, 2024
1 parent fa7fef2 commit cab81d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prism/templates/include/prism/ast.h.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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 -%>
Expand Down

0 comments on commit cab81d1

Please sign in to comment.