mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Quick markup fix
This commit is contained in:
parent
f6cc4b9737
commit
9f9a0940dd
Notes:
git
2022-05-12 07:54:04 +09:00
1 changed files with 4 additions and 4 deletions
|
@ -441,10 +441,10 @@ This proc will add one to its argument.
|
|||
Each of the literals in described in this section
|
||||
may use these paired delimiters:
|
||||
|
||||
* <tt>[</tt> and </tt>]</tt>.
|
||||
* <tt>(</tt> and </tt>)</tt>.
|
||||
* <tt>{</tt> and </tt>}</tt>.
|
||||
* <tt><</tt> and </tt>></tt>.
|
||||
* <tt>[</tt> and <tt>]</tt>.
|
||||
* <tt>(</tt> and <tt>)</tt>.
|
||||
* <tt>{</tt> and <tt>}</tt>.
|
||||
* <tt><</tt> and <tt>></tt>.
|
||||
* Any other character, as both beginning and ending delimiters.
|
||||
|
||||
These are demonstrated in the next section.
|
||||
|
|
Loading…
Reference in a new issue