From d86ee14c5a25a32d5705740b0154d6b6e415cebc Mon Sep 17 00:00:00 2001 From: drbrain Date: Wed, 16 Jan 2013 21:54:31 +0000 Subject: [PATCH] * doc/syntax/literals.rdoc (Strings): Fixed typo. Fixes #236 on github by Doug Yun. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38849 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ doc/syntax/literals.rdoc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a4a01dbf99..8dd72ad3d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jan 17 06:53:58 2013 Eric Hodel + + * doc/syntax/literals.rdoc (Strings): Fixed typo. Fixes #236 on + github by Doug Yun. + Wed Jan 16 18:45:46 2013 Nobuyoshi Nakada * ext/win32ole/lib/win32ole.rb: use TracePoint to hook all thread diff --git a/doc/syntax/literals.rdoc b/doc/syntax/literals.rdoc index ea3c3d8135..bfe070b0ab 100644 --- a/doc/syntax/literals.rdoc +++ b/doc/syntax/literals.rdoc @@ -75,7 +75,7 @@ you may use an underscore for readability. The most common way of writing strings is using ": - "This is a string". + "This is a string." The string may be many lines long.