ruby-changes:26798
From: drbrain <ko1@a...>
Date: Thu, 17 Jan 2013 06:59:17 +0900 (JST)
Subject: [ruby-changes:26798] drbrain:r38849 (trunk): * doc/syntax/literals.rdoc (Strings): Fixed typo. Fixes #236 on
drbrain 2013-01-17 06:54:31 +0900 (Thu, 17 Jan 2013) New Revision: 38849 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=38849 Log: * doc/syntax/literals.rdoc (Strings): Fixed typo. Fixes #236 on github by Doug Yun. Modified files: trunk/ChangeLog trunk/doc/syntax/literals.rdoc Index: doc/syntax/literals.rdoc =================================================================== --- doc/syntax/literals.rdoc (revision 38848) +++ doc/syntax/literals.rdoc (revision 38849) @@ -75,7 +75,7 @@ you may use an underscore for readabilit https://github.com/ruby/ruby/blob/trunk/doc/syntax/literals.rdoc#L75 The most common way of writing strings is using <tt>"</tt>: - "This is a string". + "This is a string." The string may be many lines long. Index: ChangeLog =================================================================== --- ChangeLog (revision 38848) +++ ChangeLog (revision 38849) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Thu Jan 17 06:53:58 2013 Eric Hodel <drbrain@s...> + + * doc/syntax/literals.rdoc (Strings): Fixed typo. Fixes #236 on + github by Doug Yun. + Wed Jan 16 18:45:46 2013 Nobuyoshi Nakada <nobu@r...> * ext/win32ole/lib/win32ole.rb: use TracePoint to hook all thread -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/