From 9f9a0940ddd6dd9cec03a9e13c543cea14f8d38a Mon Sep 17 00:00:00 2001 From: Alexey Mostovoy <1931904+AMurkin@users.noreply.github.com> Date: Wed, 11 May 2022 23:26:10 +0300 Subject: [PATCH] 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. Each of the literals in described in this section may use these paired delimiters: -* [ and ]. -* ( and ). -* { and }. -* < and >. +* [ and ]. +* ( and ). +* { and }. +* < and >. * Any other character, as both beginning and ending delimiters. These are demonstrated in the next section.