[DOC] Fix markup in HTML

Inside HTML is not markdown.
This commit is contained in:
Nobuyoshi Nakada 2023-12-24 13:59:34 +09:00
parent 82015496b9
commit 0fef890b4f
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

2
file.c
View File

@ -5254,7 +5254,7 @@ rb_thread_flock(void *data)
* <td><tt>File::LOCK_NB</tt></td> * <td><tt>File::LOCK_NB</tt></td>
* <td>Non-blocking</td> * <td>Non-blocking</td>
* <td> * <td>
* No blocking; may be combined with other `File::LOCK_SH` or `File::LOCK_EX` * No blocking; may be combined with other <tt>File::LOCK_SH</tt> or <tt>File::LOCK_EX</tt>
* using the bitwise OR operator <tt>|</tt>. * using the bitwise OR operator <tt>|</tt>.
* </td> * </td>
* </tr> * </tr>