Navigation Menu

Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 19, 2014
1 parent fdd24f1 commit 40a1616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/droonga/message_matcher.rb
Expand Up @@ -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:
Expand Down

0 comments on commit 40a1616

Please sign in to comment.