[Groonga-commit] groonga/groonga [master] doc: fix a typo

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 20日 (水) 18:30:28 JST


HAYASHI Kentaro	2012-06-20 18:30:28 +0900 (Wed, 20 Jun 2012)

  New Revision: df0ecb727fff662296d9d3a0170c282e7d3ac383
  https://github.com/groonga/groonga/commit/df0ecb727fff662296d9d3a0170c282e7d3ac383

  Log:
    doc: fix a typo

  Modified files:
    doc/source/reference/grn_expr/query_syntax.txt

  Modified: doc/source/reference/grn_expr/query_syntax.txt (+2 -2)
===================================================================
--- doc/source/reference/grn_expr/query_syntax.txt    2012-06-20 17:12:37 +0900 (70a0436)
+++ doc/source/reference/grn_expr/query_syntax.txt    2012-06-20 18:30:28 +0900 (053e4a9)
@@ -233,7 +233,7 @@ Prefix search condition
 Its syntax is ``column:^value`` or ``value*``.
 
 This conditional expression does prefix search with ``value``. Prefix
-search searches records that contain a word taht starts with ``value``.
+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
@@ -263,7 +263,7 @@ Suffix search condition
 Its syntax is ``column:$value``.
 
 This conditional expression does suffix search with ``value``. Suffix
-search searches records that contain a word taht ends with ``value``.
+search searches records that contain a word that ends with ``value``.
 
 To use fast suffix search, you need to use patricia trie table
 (``TABLE_PAT_KEY``) with ``KEY_WITH_SIS`` flag. You can use suffix
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



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