Skip to content

Commit

Permalink
* README.EXT.ja: [DOC] Fix typo "macro macro" @utenmiki [Fixes rubyGH…
Browse files Browse the repository at this point in the history
…-551]

  ruby#551 [ci skip]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45220 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
zzak committed Mar 1, 2014
1 parent abb0286 commit 1964c2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Sat Mar 1 10:52:34 2014 Zachary Scott <[email protected]>

* README.EXT.ja: [DOC] Fix typo "macro macro" @utenmiki [Fixes GH-551]
https://github.com/ruby/ruby/pull/551

Fri Feb 28 11:16:55 2014 Marc-Andre Lafortune <[email protected]>

* numeric.c: Fix Numeric#step with 0 unit [Bug #9575]
Expand Down
2 changes: 1 addition & 1 deletion README.EXT.ja
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ FIXNUMとNILに関してはより高速な判別マクロが用意されてい
換結果がintのサイズに収まらない場合には例外を発生します.
それから,FIXNUMに限らずRubyのデータを整数に変換する
「NUM2INT()」および「NUM2LONG()」というマクロがあります.こ
れらのマクロはマクロはデータタイプのチェック無しで使えます
れらのマクロはデータタイプのチェック無しで使えます
(整数に変換できない場合には例外が発生する).同様にチェック無し
で使える変換マクロはdoubleを取り出す「NUM2DBL()」があります.

Expand Down

0 comments on commit 1964c2b

Please sign in to comment.