summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-03 15:09:39 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-03 15:09:39 +0000
commitaa913eb6fa699db663bb23a456a7274bce657fdd (patch)
treea8d09c3cf729ad12c47463df8a7b02a2c9a0aa01 /README
parent3f6349a1bfb9031af085c57905d858b765a688bb (diff)
single quotes
* README, README.ja: use single quotes for RDoc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index ccf24b04df..1dd3330d31 100644
--- a/README
+++ b/README
@@ -116,8 +116,8 @@ This is what you need to do to compile and install Ruby:
* <tt>${DESTDIR}${prefix}/share/man/man1</tt>
* <tt>${DESTDIR}${prefix}/share/ri/${MAJOR}.${MINOR}.${TEENY}/system</tt>
- If Ruby's API version is `_x.y.z_', the <tt>${MAJOR}</tt> is `_x_', the
- <tt>${MINOR}</tt> is `_y_', and the <tt>${TEENY}</tt> is `_z_'.
+ If Ruby's API version is '_x.y.z_', the <tt>${MAJOR}</tt> is '_x_', the
+ <tt>${MINOR}</tt> is '_y_', and the <tt>${TEENY}</tt> is '_z_'.
*NOTE*: teeny of the API version may be different from one of
Ruby's program version