mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Fix markup in HTML
Inside HTML is not markdown.
This commit is contained in:
parent
82015496b9
commit
0fef890b4f
1 changed files with 1 additions and 1 deletions
2
file.c
2
file.c
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue