Masafumi Yokoyama
null+****@clear*****
Fri Feb 13 21:19:38 JST 2015
Masafumi Yokoyama 2015-02-13 21:19:38 +0900 (Fri, 13 Feb 2015) New Revision: 819abd423fad70b161c3be02a889bdfe939d16e8 https://github.com/ranguba/rroonga/commit/819abd423fad70b161c3be02a889bdfe939d16e8 Message: doc: fix a typo grouped_record -> grouped_records + Modified files: ext/groonga/rb-grn-table.c Modified: ext/groonga/rb-grn-table.c (+2 -2) =================================================================== --- ext/groonga/rb-grn-table.c 2015-02-13 21:11:05 +0900 (7758881) +++ ext/groonga/rb-grn-table.c 2015-02-13 21:19:38 +0900 (f3b3fd8) @@ -1310,7 +1310,7 @@ rb_grn_table_sort (int argc, VALUE *argv, VALUE self) * * <pre> * !!!ruby - * grouped_record = table.group("key1").collect do |record| + * grouped_records = table.group("key1").collect do |record| * [record.key, record.n_sub_records] * end * </pre> @@ -1321,7 +1321,7 @@ rb_grn_table_sort (int argc, VALUE *argv, VALUE self) * * <pre> * !!!ruby - * grouped_record = table.group(["key1", "key2"]).collect do |record| + * grouped_records = table.group(["key1", "key2"]).collect do |record| * sub_record = record.sub_records.first * [ * sub_record.key1, -------------- next part -------------- HTML����������������������������...Download