[Groonga-commit] groonga/grnxx at 8a51caf [master] Fix a typo.

Back to archive index

susumu.yata null+****@clear*****
Thu Dec 25 16:22:49 JST 2014


susumu.yata	2014-12-25 16:22:49 +0900 (Thu, 25 Dec 2014)

  New Revision: 8a51caf2d7742ca62d0791c8b0bcaa5a2e74d276
  https://github.com/groonga/grnxx/commit/8a51caf2d7742ca62d0791c8b0bcaa5a2e74d276

  Message:
    Fix a typo.

  Modified files:
    test/test_column.cpp

  Modified: test/test_column.cpp (+1 -1)
===================================================================
--- test/test_column.cpp    2014-12-25 15:15:18 +0900 (9b14a81)
+++ test/test_column.cpp    2014-12-25 16:22:49 +0900 (bc00bd6)
@@ -200,7 +200,7 @@ void test_random_values() {
 }
 
 void test_internal_type_conversion() {
-  // Create a table and insert the first row.
+  // Create a table and insert rows.
   auto db = grnxx::open_db("");
   auto table = db->create_table("Table");
   table->insert_row();
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index