[Groonga-commit] droonga/fluent-plugin-droonga at 81e11f9 [master] schema: Fix typo on class name

Back to archive index

Yoji Shidara null+****@clear*****
Tue Feb 18 14:17:45 JST 2014


Yoji Shidara	2014-02-18 14:17:45 +0900 (Tue, 18 Feb 2014)

  New Revision: 81e11f925a8bafc4eaacb8e54c346e539a987132
  https://github.com/droonga/fluent-plugin-droonga/commit/81e11f925a8bafc4eaacb8e54c346e539a987132

  Message:
    schema: Fix typo on class name
    
    Columns ->
    Column
          ^

  Modified files:
    lib/droonga/catalog/schema.rb

  Modified: lib/droonga/catalog/schema.rb (+1 -1)
===================================================================
--- lib/droonga/catalog/schema.rb    2014-02-18 12:57:04 +0900 (4f93298)
+++ lib/droonga/catalog/schema.rb    2014-02-18 14:17:45 +0900 (3e0a44a)
@@ -16,7 +16,7 @@
 module Droonga
   module Catalog
     class Schema
-      class Columns
+      class Column
         attr_reader :name
         def initialize(name, data)
           @name = name
-------------- next part --------------
HTML����������������������������...
下載 



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