[Groonga-commit] ranguba/rroonga at 0c606c5 [master] Use "Groonga" form

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jan 28 23:22:01 JST 2018


Kouhei Sutou	2018-01-28 23:22:01 +0900 (Sun, 28 Jan 2018)

  New Revision: 0c606c52503091279a37133dfe9223277e0466d1
  https://github.com/ranguba/rroonga/commit/0c606c52503091279a37133dfe9223277e0466d1

  Message:
    Use "Groonga" form

  Modified files:
    ext/groonga/rb-grn-column.c

  Modified: ext/groonga/rb-grn-column.c (+1 -1)
===================================================================
--- ext/groonga/rb-grn-column.c    2018-01-28 23:21:51 +0900 (d8daba64)
+++ ext/groonga/rb-grn-column.c    2018-01-28 23:22:01 +0900 (69368e9b)
@@ -54,7 +54,7 @@ grn_obj *
 rb_grn_column_from_ruby_object (VALUE object, grn_ctx **context)
 {
     if (!RVAL2CBOOL(rb_obj_is_kind_of(object, rb_cGrnColumn))) {
-        rb_raise(rb_eTypeError, "not a groonga column");
+        rb_raise(rb_eTypeError, "not a Groonga column");
     }
 
     return RVAL2GRNOBJECT(object, context);
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180128/87eaf214/attachment-0001.htm 



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