diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-01-12 22:44:56 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2024-01-12 22:44:56 +0900 |
commit | 8292b01c66ade80f20ea02f0d512d28ed074f290 (patch) | |
tree | f052faf86b5e7105b7767781fa5aba1fdd10ad45 /error.c | |
parent | 517e0d87bd3e9c5b2e36764c3774c75dea19fbba (diff) |
[DOC] Mark up the class name `fatal`
Diffstat (limited to 'error.c')
-rw-r--r-- | error.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3134,7 +3134,7 @@ syserr_eqq(VALUE self, VALUE exc) /* * Document-class: fatal * - * fatal is an Exception that is raised when Ruby has encountered a fatal + * +fatal+ is an Exception that is raised when Ruby has encountered a fatal * error and must exit. */ |