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 Each of the literals in described in this section
may use these paired delimiters: 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. * Any other character, as both beginning and ending delimiters.
These are demonstrated in the next section. These are demonstrated in the next section.