Skip to content

Commit

Permalink
single quotes
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
nobu committed May 3, 2012
1 parent 3f6349a commit aa913eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.ja
Original file line number Diff line number Diff line change
Expand Up @@ -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プログラムのバージョ
ンとは異なることがあります.
Expand Down

0 comments on commit aa913eb

Please sign in to comment.