зеркало из https://github.com/github/ruby.git
* 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:
Родитель
0c61c3b67b
Коммит
d86ee14c5a
|
@ -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.
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче