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.