summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlexey Mostovoy <1931904+AMurkin@users.noreply.github.com>2022-05-11 23:26:10 +0300
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-05-12 07:53:46 +0900
commit9f9a0940ddd6dd9cec03a9e13c543cea14f8d38a (patch)
tree171dbbdb0ee6cf4ad3c75ec1151954de59ee1023 /doc
parentf6cc4b9737a75bf3883bb7f86aa8acffaa1710cf (diff)
Quick markup fix
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5902
Diffstat (limited to 'doc')
-rw-r--r--doc/syntax/literals.rdoc8
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.