From aa913eb6fa699db663bb23a456a7274bce657fdd Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 3 May 2012 15:09:39 +0000 Subject: 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 --- README | 4 ++-- README.ja | 4 ++-- 2 files changed, 4 insertions(+), 4 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: * ${DESTDIR}${prefix}/share/man/man1 * ${DESTDIR}${prefix}/share/ri/${MAJOR}.${MINOR}.${TEENY}/system - If Ruby's API version is `_x.y.z_', the ${MAJOR} is `_x_', the - ${MINOR} is `_y_', and the ${TEENY} is `_z_'. + If Ruby's API version is '_x.y.z_', the ${MAJOR} is '_x_', the + ${MINOR} is '_y_', and the ${TEENY} is '_z_'. *NOTE*: teeny of the API version may be different from one of Ruby's program version diff --git a/README.ja b/README.ja index 87f45d7dc9..cca01eadbd 100644 --- a/README.ja +++ b/README.ja @@ -142,8 +142,8 @@ Ruby拡張モジュールについて話し合うruby-extメーリングリス * ${DESTDIR}${prefix}/share/man/man1 * ${DESTDIR}${prefix}/share/ri/${MAJOR}.${MINOR}.${TEENY}/system - RubyのAPIバージョンが`_x.y.z_'であれば,${MAJOR}は - `_x_'で,${MINOR}は`_y_',${TEENY}は`_z_'です. + RubyのAPIバージョンが'_x.y.z_'であれば,${MAJOR}は + '_x_'で,${MINOR}は'_y_',${TEENY}は'_z_'です. 注意: APIバージョンの+teeny+は,Rubyプログラムのバージョ ンとは異なることがあります. -- cgit v1.2.3