[Groonga-commit] droonga/fluent-plugin-droonga at 42b7763 [catalog-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: 42b7763d4044077a4c3d633ffffe1dfb3d29c6d0
  https://github.com/droonga/fluent-plugin-droonga/commit/42b7763d4044077a4c3d633ffffe1dfb3d29c6d0

  Message:
    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����������������������������...
Download 



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