diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-05-03 15:09:39 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-05-03 15:09:39 +0000 |
commit | aa913eb6fa699db663bb23a456a7274bce657fdd (patch) | |
tree | a8d09c3cf729ad12c47463df8a7b02a2c9a0aa01 /README | |
parent | 3f6349a1bfb9031af085c57905d858b765a688bb (diff) | |
download | ruby-aa913eb6fa699db663bb23a456a7274bce657fdd.tar.gz |
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-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |