summaryrefslogtreecommitdiff
path: root/error.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2024-01-12 22:44:56 +0900
committerNobuyoshi Nakada <[email protected]>2024-01-12 22:44:56 +0900
commit8292b01c66ade80f20ea02f0d512d28ed074f290 (patch)
treef052faf86b5e7105b7767781fa5aba1fdd10ad45 /error.c
parent517e0d87bd3e9c5b2e36764c3774c75dea19fbba (diff)
[DOC] Mark up the class name `fatal`
Diffstat (limited to 'error.c')
-rw-r--r--error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/error.c b/error.c
index f972ac807b..104e659dde 100644
--- a/error.c
+++ b/error.c
@@ -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.
*/