diff options
author | Nobuyoshi Nakada <[email protected]> | 2023-12-24 13:59:34 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2023-12-24 13:59:34 +0900 |
commit | 0fef890b4fbe64a319247fee9d2cb13f45b76844 () | |
tree | 902c91ade79da0a955ce47194c06652090ff7c7d /file.c | |
parent | 82015496b924744ae3999987ba679978beb153c7 (diff) |
[DOC] Fix markup in HTML
Inside HTML is not markdown.
-rw-r--r-- | file.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5254,7 +5254,7 @@ rb_thread_flock(void *data) * <td><tt>File::LOCK_NB</tt></td> * <td>Non-blocking</td> * <td> - * No blocking; may be combined with other `File::LOCK_SH` or `File::LOCK_EX` * using the bitwise OR operator <tt>|</tt>. * </td> * </tr> |