diff options
author | Stan Lo <[email protected]> | 2024-12-18 20:36:59 +0000 |
---|---|---|
committer | Jeremy Evans <[email protected]> | 2024-12-19 14:15:23 -0800 |
commit | 2a44a57e1455302fc90c94cf02ff89c9f3bcf5d2 (patch) | |
tree | 739d57888043eaeac01fa8e358a5a0a48e3f65df /error.c | |
parent | 33f95d632dce42fac35da29eaed33f0a5a4f0dcb (diff) |
[DOC] Link to special `fatal` class through `rdoc-ref`
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12391
Diffstat (limited to 'error.c')
-rw-r--r-- | error.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3434,7 +3434,7 @@ syserr_eqq(VALUE self, VALUE exc) * * ZeroDivisionError * * SystemExit * * SystemStackError - * * {fatal}[https://docs.ruby-lang.org/en/master/fatal.html] + * * {fatal}[rdoc-ref:fatal] * */ |