From 0fef890b4fbe64a319247fee9d2cb13f45b76844 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 24 Dec 2023 13:59:34 +0900 Subject: [PATCH] [DOC] Fix markup in HTML Inside HTML is not markdown. --- file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.c b/file.c index fee3840452081a..373788b20682f7 100644 --- a/file.c +++ b/file.c @@ -5254,7 +5254,7 @@ rb_thread_flock(void *data) * File::LOCK_NB * Non-blocking * - * No blocking; may be combined with other `File::LOCK_SH` or `File::LOCK_EX` + * No blocking; may be combined with other File::LOCK_SH or File::LOCK_EX * using the bitwise OR operator |. * *