ruby-changes:71803
From: Alexey <ko1@a...>
Date: Thu, 12 May 2022 07:53:56 +0900 (JST)
Subject: [ruby-changes:71803] 9f9a0940dd (master): Quick markup fix
https://git.ruby-lang.org/ruby.git/commit/?id=9f9a0940dd From 9f9a0940ddd6dd9cec03a9e13c543cea14f8d38a Mon Sep 17 00:00:00 2001 From: Alexey Mostovoy <1931904+AMurkin@u...> Date: Wed, 11 May 2022 23:26:10 +0300 Subject: Quick markup fix --- doc/syntax/literals.rdoc | 8 ++++---- 1 file 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. https://github.com/ruby/ruby/blob/trunk/doc/syntax/literals.rdoc#L441 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. -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/