summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-09-25 15:37:38 -0400
committergit <svn-admin@ruby-lang.org>2024-09-25 19:43:47 +0000
commitcab81d1bbaa459f686b9da76cbe9822caadc6393 (patch)
tree0fdfbfd6aeb4e3e2b146131eb3329ee00084c274
parentfa7fef270df8b406970711ea5bddcb2e8e85001e (diff)
[ruby/prism] Update templates/include/prism/ast.h.erb
https://github.com/ruby/prism/commit/dc7164e21c
-rw-r--r--prism/templates/include/prism/ast.h.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/prism/templates/include/prism/ast.h.erb b/prism/templates/include/prism/ast.h.erb
index b63ce31fb5..751c0b43c2 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 -%>