[Groonga-commit] groonga/groonga [master] doc: add missing 'array'

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 21日 (木) 09:48:13 JST


Kouhei Sutou	2012-06-21 09:48:13 +0900 (Thu, 21 Jun 2012)

  New Revision: 5f69f613fa06cfdb668ff0fdba3592805e6e0b16
  https://github.com/groonga/groonga/commit/5f69f613fa06cfdb668ff0fdba3592805e6e0b16

  Log:
    doc: add missing 'array'

  Modified files:
    doc/locale/ja/LC_MESSAGES/reference.po
    doc/source/reference/grn_expr/query_syntax.txt

  Modified: doc/locale/ja/LC_MESSAGES/reference.po (+2 -2)
===================================================================
--- doc/locale/ja/LC_MESSAGES/reference.po    2012-06-20 19:12:02 +0900 (6cec6bb)
+++ doc/locale/ja/LC_MESSAGES/reference.po    2012-06-21 09:48:13 +0900 (b8b0068)
@@ -8,7 +8,7 @@ msgstr ""
 "Project-Id-Version: 1.2.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2012-06-20 18:30\n"
-"PO-Revision-Date: 2012-06-18 17:16+0900\n"
+"PO-Revision-Date: 2012-06-21 09:48+0900\n"
 "Last-Translator: Kouhei Sutou <kou****@clear*****>\n"
 "Language-Team: Japanese\n"
 "Language: ja\n"
@@ -628,7 +628,7 @@ msgid ""
 "To use fast prefix search, you need to use patricia trie table "
 "(``TABLE_PAT_KEY``) or double array trie table (``TABLE_DAT_KEY``). You can "
 "use prefix search against ``_key`` value of patricia trie table or double "
-"trie table."
+"array trie table."
 msgstr "前方一致検索を高速に行うためには、パトリシアトライを使用したテーブル"
 " (``TABLE_PAT_KEY``) もしくは ダブル配列を使用したテーブル"
 " (``TABLE_DAT_KEY``) を使う必要があります。"

  Modified: doc/source/reference/grn_expr/query_syntax.txt (+1 -1)
===================================================================
--- doc/source/reference/grn_expr/query_syntax.txt    2012-06-20 19:12:02 +0900 (053e4a9)
+++ doc/source/reference/grn_expr/query_syntax.txt    2012-06-21 09:48:13 +0900 (0972e11)
@@ -238,7 +238,7 @@ search searches records that contain a word that starts with ``value``.
 To use fast prefix search, you need to use patricia trie table
 (``TABLE_PAT_KEY``) or double array trie table
 (``TABLE_DAT_KEY``). You can use prefix search against ``_key`` value
-of patricia trie table or double trie table.
+of patricia trie table or double trie trie table.
 
 Prefix search can be used with other table types but it causes all
 records scan. It's not problem for small records but it spends more
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Back to archive index