ruby/doc/syntax
normal 90fdfec11a doc: Fix error for escape sequences in string literals
Backslash goes first in escape sequences, so it must be
"any other character following a backslash is interpreted as ...",
while the doc says "...followed by...".

Author: Marcus Stollsteimer <sto.mar@web.de>
[ruby-core:79418] [Bug #13190]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-02-03 23:34:48 +00:00
..
assignment.rdoc * doc/syntax/*.rdoc: separated modifier at sentence. 2015-12-18 03:39:49 +00:00
calling_methods.rdoc * doc/syntax/calling_methods.rdoc: fix old operator for safe navigation 2015-12-30 11:26:09 +00:00
control_expressions.rdoc * doc/syntax/control_expressions.rdoc: Add missing 'as' 2016-09-30 09:43:24 +00:00
exceptions.rdoc * doc/syntax/*.rdoc: separated modifier at sentence. 2015-12-18 03:39:49 +00:00
literals.rdoc doc: Fix error for escape sequences in string literals 2017-02-03 23:34:48 +00:00
methods.rdoc methods.rdoc: closing tag 2016-05-21 02:07:31 +00:00
miscellaneous.rdoc * doc/syntax/*.rdoc: separated modifier at sentence. 2015-12-18 03:39:49 +00:00
modules_and_classes.rdoc * doc/syntax/*.rdoc: separated modifier at sentence. 2015-12-18 03:39:49 +00:00
precedence.rdoc
refinements.rdoc Use https instead of http in some URLs 2016-09-11 10:33:36 +00:00