mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
0c61c3b67b
commit
d86ee14c5a
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Thu Jan 17 06:53:58 2013 Eric Hodel <drbrain@segment7.net>
|
||||
|
||||
* doc/syntax/literals.rdoc (Strings): Fixed typo. Fixes #236 on
|
||||
github by Doug Yun.
|
||||
|
||||
Wed Jan 16 18:45:46 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* ext/win32ole/lib/win32ole.rb: use TracePoint to hook all thread
|
||||
|
|
|
@ -75,7 +75,7 @@ you may use an underscore for readability.
|
|||
|
||||
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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue