Kouhei Sutou
null+****@clear*****
Tue Feb 18 10:23:30 JST 2014
Kouhei Sutou 2014-02-18 10:23:30 +0900 (Tue, 18 Feb 2014) New Revision: 40a1616a7f3ce48df3209c28f441432c8668142f https://github.com/droonga/fluent-plugin-droonga/commit/40a1616a7f3ce48df3209c28f441432c8668142f Message: Fix a typo Modified files: lib/droonga/message_matcher.rb Modified: lib/droonga/message_matcher.rb (+2 -2) =================================================================== --- lib/droonga/message_matcher.rb 2014-02-19 12:51:45 +0900 (e165c2f) +++ lib/droonga/message_matcher.rb 2014-02-18 10:23:30 +0900 (b789ab0) @@ -18,13 +18,13 @@ module Droonga # # It provides the small language. Here is the pattern syntax. # - # * PATTERN = [TARGET_PATH, OPERATOR, ARGUMENTS*] + # * PATTERN = [TARGET_PATH, OPERATOR, ARGUMENT*] # * PATTERN = [PATTERN, LOGICAL_OPERATOR, PATTERN] # * TARGET_PATH = "COMPONENT(.COMPONENT)*" # * OPERATOR = :equal, :in, :include, :exist, :start_with # (More operators may be added in the future. # For example, :end_with and so on.) - # * ARGUMENTS = OBJECT_DEFINED_IN_JSON* + # * ARGUMENT = OBJECT_DEFINED_IN_JSON # * LOGICAL_OPERATOR = :or (:add will be added.) # # For example: -------------- next part -------------- HTML����������������������������...Download