[Groonga-mysql-commit] mroonga/mroonga at 71360f0 [master] doc: add missing parenthesis

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Dec 26 23:34:23 JST 2015


Kouhei Sutou	2015-12-26 23:34:23 +0900 (Sat, 26 Dec 2015)

  New Revision: 71360f05b5128b5ed3ba5450ddecd96ac463ae3b
  https://github.com/mroonga/mroonga/commit/71360f05b5128b5ed3ba5450ddecd96ac463ae3b

  Message:
    doc: add missing parenthesis

  Modified files:
    doc/source/reference/udf/mroonga_normalize.rst

  Modified: doc/source/reference/udf/mroonga_normalize.rst (+2 -2)
===================================================================
--- doc/source/reference/udf/mroonga_normalize.rst    2015-12-26 23:28:44 +0900 (a878222)
+++ doc/source/reference/udf/mroonga_normalize.rst    2015-12-26 23:34:23 +0900 (7550b21)
@@ -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
 -----
-------------- next part --------------
HTML����������������������������...
Download 



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