Skip to content

Commit

Permalink
[DOC] Fix markup in HTML
Browse files Browse the repository at this point in the history
Inside HTML is not markdown.
  • Loading branch information
nobu committed Dec 24, 2023
1 parent 8201549 commit 0fef890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion file.c
Expand Up @@ -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`
* 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>.
* </td>
* </tr>
Expand Down

0 comments on commit 0fef890

Please sign in to comment.