1
0
Fork 0
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:
Alexey Mostovoy 2022-05-11 23:26:10 +03:00 committed by Hiroshi SHIBATA
parent f6cc4b9737
commit 9f9a0940dd
Notes: git 2022-05-12 07:54:04 +09:00

View file

@ -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.