1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
nobu 2012-05-03 15:09:39 +00:00
parent 3f6349a1bf
commit aa913eb6fa
2 changed files with 4 additions and 4 deletions

4
README
View file

@ -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

View file

@ -142,8 +142,8 @@ Ruby拡張モジュールについて話し合うruby-extメーリングリス
* <tt>${DESTDIR}${prefix}/share/man/man1</tt>
* <tt>${DESTDIR}${prefix}/share/ri/${MAJOR}.${MINOR}.${TEENY}/system</tt>
RubyのAPIバージョンが`_x.y.z_'であれば,<tt>${MAJOR}</tt>は
`_x_'で,<tt>${MINOR}</tt>は`_y_'<tt>${TEENY}</tt>は`_z_'です.
RubyのAPIバージョンが'_x.y.z_'であれば,<tt>${MAJOR}</tt>は
'_x_'で,<tt>${MINOR}</tt>は'_y_'<tt>${TEENY}</tt>は'_z_'です.
<b>注意</b>: APIバージョンの+teeny+はRubyプログラムのバージョ
ンとは異なることがあります.