Index: refm/api/src/runit/testcase.rd
===================================================================
--- refm/api/src/runit/testcase.rd	(revision 4452)
+++ refm/api/src/runit/testcase.rd	(working copy)
@@ -10,6 +10,11 @@
 = class RUNIT::TestCase < Test::Unit::TestCase
 include RUNIT::Assert
 
+テストの基本単位(あるいは「テスト本体」)を構成するクラスです。
+
+このモジュールは RubyUnit との互換性のためにのみ提供されています。
+これからユニットテストを書くときは [[lib:test/unit]] を使ってください。
+
 == Class Methods
 
 --- new(test_name, suite_name = RUNIT::TestCase.name) -> RUNIT::TestCase
Index: refm/api/src/runit/assert.rd
===================================================================
--- refm/api/src/runit/assert.rd	(revision 4452)
+++ refm/api/src/runit/assert.rd	(working copy)
@@ -14,7 +14,7 @@
 このモジュールは RubyUnit との互換性のためにのみ提供されています。
 これからユニットテストを書くときは [[lib:test/unit]] を使ってください。
 
-== Module Functions
+== Instance Methods
 
 --- assert_equal_float(expected, actual, delta, message = "") -> ()
 
Index: refm/api/src/runit/testsuite.rd
===================================================================
--- refm/api/src/runit/testsuite.rd	(revision 4452)
+++ refm/api/src/runit/testsuite.rd	(working copy)
@@ -9,12 +9,12 @@
 
 == Instance Methods
 
---- add_tests(*args) -> self
+--- add_test(*args) -> self
 --- add(*args) -> self
 
 [[m:Test::Unit::TestSuite#<<]] と同じです。
 
---- counte_test_cases -> Integer
+--- count_test_cases -> Integer
 
 テストの件数を返します。
 
