Navigation Menu

Skip to content

Commit

Permalink
doc: add missing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 26, 2015
1 parent ce2312c commit 71360f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/reference/udf/mroonga_normalize.rst
Expand Up @@ -13,8 +13,8 @@ Syntax

mroonga_normalize has required parameter and optional parameter::

mroonga_normalize string
[normalizer_name]
mroonga_normalize(string)
mroonga_normalize(string, normalizer_name)

Usage
-----
Expand Down

0 comments on commit 71360f0

Please sign in to comment.