Skip to content

Commit aa913eb

Browse files
committed
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
1 parent 3f6349a commit aa913eb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ This is what you need to do to compile and install Ruby:
116116
* <tt>${DESTDIR}${prefix}/share/man/man1</tt>
117117
* <tt>${DESTDIR}${prefix}/share/ri/${MAJOR}.${MINOR}.${TEENY}/system</tt>
118118

119-
If Ruby's API version is `_x.y.z_', the <tt>${MAJOR}</tt> is `_x_', the
120-
<tt>${MINOR}</tt> is `_y_', and the <tt>${TEENY}</tt> is `_z_'.
119+
If Ruby's API version is '_x.y.z_', the <tt>${MAJOR}</tt> is '_x_', the
120+
<tt>${MINOR}</tt> is '_y_', and the <tt>${TEENY}</tt> is '_z_'.
121121

122122
*NOTE*: teeny of the API version may be different from one of
123123
Ruby's program version

README.ja

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ Ruby拡張モジュールについて話し合うruby-extメーリングリス
142142
* <tt>${DESTDIR}${prefix}/share/man/man1</tt>
143143
* <tt>${DESTDIR}${prefix}/share/ri/${MAJOR}.${MINOR}.${TEENY}/system</tt>
144144

145-
RubyのAPIバージョンが`_x.y.z_'であれば,<tt>${MAJOR}</tt>は
146-
`_x_'で,<tt>${MINOR}</tt>は`_y_',<tt>${TEENY}</tt>は`_z_'です.
145+
RubyのAPIバージョンが'_x.y.z_'であれば,<tt>${MAJOR}</tt>は
146+
'_x_'で,<tt>${MINOR}</tt>は'_y_',<tt>${TEENY}</tt>は'_z_'です.
147147

148148
<b>注意</b>: APIバージョンの+teeny+は,Rubyプログラムのバージョ
149149
ンとは異なることがあります.

0 commit comments

Comments
 (0)