aboutsummaryrefslogtreecommitdiffstats
path: root/doc/syntax/literals.rdoc
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-16 21:54:31 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-16 21:54:31 +0000
commitd86ee14c5a25a32d5705740b0154d6b6e415cebc (patch)
treebc931a8e372fd495506a0dcef9dc4ed0abc86b2f /doc/syntax/literals.rdoc
parent0c61c3b67b548ab73b54e795efc4bb1b7d8e19b9 (diff)
downloadruby-d86ee14c5a25a32d5705740b0154d6b6e415cebc.tar.gz
* 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
Diffstat (limited to 'doc/syntax/literals.rdoc')
-rw-r--r--doc/syntax/literals.rdoc2
1 files changed, 1 insertions, 1 deletions
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 <tt>"</tt>:
- "This is a string".
+ "This is a string."
The string may be many lines long.