Navigation Menu

Skip to content

Commit

Permalink
doc mroonga_escape: fix wrong description
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 29, 2016
1 parent a1961f2 commit d37e8db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/reference/udf/mroonga_escape.rst
Expand Up @@ -26,8 +26,8 @@ Here is the example query which use special characters to be escaped::

Here is the example about special characters which is escaped::

SELECT mroonga_escape("+-<>~*()\"\:");
'\\+\\-\\<\\>\\~\\*\\(\\)\\"\\:
SELECT mroonga_escape("+-<>~*()\"\\\:");
-- \+\-\<\>\~\*\(\)\"\\\:


Parameters
Expand All @@ -53,7 +53,7 @@ There is one optional parameter, ``special_characters``.

It specifies characters to escape.

The default value is ``+-<>~*()":``.
The default value is ``+-<>~*()"\\:``.

Return value
------------
Expand Down

0 comments on commit d37e8db

Please sign in to comment.