diff options
author | Alexey Mostovoy <[email protected]> | 2022-05-11 23:26:10 +0300 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2022-05-12 07:53:46 +0900 |
commit | 9f9a0940ddd6dd9cec03a9e13c543cea14f8d38a (patch) | |
tree | 171dbbdb0ee6cf4ad3c75ec1151954de59ee1023 | |
parent | f6cc4b9737a75bf3883bb7f86aa8acffaa1710cf (diff) |
Quick markup fix
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/5902
-rw-r--r-- | doc/syntax/literals.rdoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/syntax/literals.rdoc b/doc/syntax/literals.rdoc index a3aeca717a..5e10e6a140 100644 --- a/doc/syntax/literals.rdoc +++ b/doc/syntax/literals.rdoc @@ -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. |