Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #827 from komainu8/logical_select_doc
Browse files Browse the repository at this point in the history
doc logical_select: fix a typo

Patch by Yasuhiro Horimoto. Thanks!!!
  • Loading branch information
kou committed Feb 21, 2018
2 parents eec3e18 + dbe7232 commit b5b9811
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 @@ -8180,10 +8180,10 @@ msgstr ""
"ものなら、論理テーブル名は ``Entries`` です。"

msgid ""
"You can show 10 records by specifying ``logical_table`` and ``shard_key`` "
"You can show 5 records by specifying ``logical_table`` and ``shard_key`` "
"parameters. They are required parameters."
msgstr ""
"``logical_table`` と ``shard_key`` 引数を指定すると10レコード表示できます。こ"
"``logical_table`` と ``shard_key`` 引数を指定すると5レコード表示できます。こ"
"れらの引数は必須の引数です。"

msgid "See :ref:`logical-select-logical-table` how to specify ``shard_key``."
Expand Down
2 changes: 1 addition & 1 deletion doc/source/reference/commands/logical_select.rst
Expand Up @@ -284,7 +284,7 @@ Specifies logical table name. It means table name without
``Entries_20150708``, ``Entries_20150709`` and so on, logical table
name is ``Entries``.

You can show 10 records by specifying ``logical_table`` and
You can show 5 records by specifying ``logical_table`` and
``shard_key`` parameters. They are required parameters.

.. groonga-command
Expand Down

0 comments on commit b5b9811

Please sign in to comment.