Navigation Menu

Skip to content

Commit

Permalink
doc: fix English
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 28, 2015
1 parent 459eb1d commit 223af46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/locale/ja/LC_MESSAGES/reference.po
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.2.1\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2015-01-28 17:26+0900\n"
"PO-Revision-Date: 2015-01-28 17:27+0900\n"
"Last-Translator: Takatsugu <nokubi@gmail.com>\n"
"Language-Team: Japanese\n"
"Language: ja\n"
Expand Down Expand Up @@ -11809,7 +11809,7 @@ msgstr ""
"brother (Bob)'`` とクォートします。"

msgid ""
"There is a important point which you have to care. The ``\\`` (backslash) "
"There is an important point which you have to care. The ``\\`` (backslash) "
"character is interpreted by command line shell. So if you want to search "
"``(`` itself for example, you need to escape twice (``\\\\(``) in command "
"line shell. The command line shell interprets ``\\\\(`` as ``\\(``, then "
Expand Down
2 changes: 1 addition & 1 deletion doc/source/reference/grn_expr/query_syntax.rst
Expand Up @@ -98,7 +98,7 @@ quoted ``"Alice's brother (Bob)"`` or ``'Alice\'s brother (Bob)'``.

.. note::

There is a important point which you have to care. The ``\``
There is an important point which you have to care. The ``\``
(backslash) character is interpreted by command line shell. So if
you want to search ``(`` itself for example, you need to escape
twice (``\\(``) in command line shell. The command line shell
Expand Down

0 comments on commit 223af46

Please sign in to comment.