[Groonga-commit] droonga/droonga-engine at b3205ca [master] Fix typo

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Dec 5 15:52:41 JST 2014


YUKI Hiroshi	2014-12-05 15:52:41 +0900 (Fri, 05 Dec 2014)

  New Revision: b3205ca2f3b25093e9aa1cbb2af2524b0c2c2a12
  https://github.com/droonga/droonga-engine/commit/b3205ca2f3b25093e9aa1cbb2af2524b0c2c2a12

  Merged e0f9f34: Merge pull request #30 from piroor/replicas-in-a-branch

  Message:
    Fix typo

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

  Modified: lib/droonga/catalog/replicas_volume.rb (+1 -1)
===================================================================
--- lib/droonga/catalog/replicas_volume.rb    2014-12-05 15:52:07 +0900 (9356582)
+++ lib/droonga/catalog/replicas_volume.rb    2014-12-05 15:52:41 +0900 (0fe2ded)
@@ -95,7 +95,7 @@ module Droonga
       end
 
       def sliced?
-        @volumes.any? dp |volume|
+        @volumes.any? do |volume|
           volume.sliced?
         end
       end
-------------- next part --------------
HTML����������������������������...
Download 



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