From 1fd2437b630ecc999016288b4ee049f1c91cfd02 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 13 Dec 2024 11:59:58 +0900 Subject: [PATCH] [DOC] Move the comma outside the `` tag --- doc/syntax/literals.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/syntax/literals.rdoc b/doc/syntax/literals.rdoc index ce398dd75d..c92783565b 100644 --- a/doc/syntax/literals.rdoc +++ b/doc/syntax/literals.rdoc @@ -147,7 +147,7 @@ here document literals (non-quoted, double-quoted, and with backticks), double-quoted symbols, double-quoted symbol keys in Hash literals, Regexp literals, and -several percent literals (%, %Q, %W, %I, %r, %x). +several percent literals (%, %Q, %W, %I, %r, %x). They allow escape sequences such as \n for newline, \t for tab, etc. The full list of supported escape