include/prism/ast.h in prism-1.1.0 vs include/prism/ast.h in prism-1.2.0
- old
+ new
@@ -6488,10 +6488,10 @@
* rescue Foo, *splat, Bar => ex
* foo
* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* end
*
- * `Foo, *splat, Bar` are in the `exceptions` field. `ex` is in the `exception` field.
+ * `Foo, *splat, Bar` are in the `exceptions` field. `ex` is in the `reference` field.
*
* Type: ::PM_RESCUE_NODE
*
* @extends pm_node_t
*/