[Groonga-commit] groonga/groonga.org at 73ca7a9 [gh-pages] Fix a typo

Back to archive index

HAYASHI Kentaro null+****@clear*****
Mon Apr 18 18:21:55 JST 2016


HAYASHI Kentaro	2016-04-18 18:21:55 +0900 (Mon, 18 Apr 2016)

  New Revision: 73ca7a97ac01449485337ca42818ac30d276db66
  https://github.com/groonga/groonga.org/commit/73ca7a97ac01449485337ca42818ac30d276db66

  Message:
    Fix a typo
    
    tar_readings
    tag_readings
      ^

  Modified files:
    en/_posts/2016-04-15-pgroonga-1.0.6.md

  Modified: en/_posts/2016-04-15-pgroonga-1.0.6.md (+1 -1)
===================================================================
--- en/_posts/2016-04-15-pgroonga-1.0.6.md    2016-04-18 17:44:34 +0900 (1cd42c3)
+++ en/_posts/2016-04-15-pgroonga-1.0.6.md    2016-04-18 18:21:55 +0900 (512d45c)
@@ -54,7 +54,7 @@ INSERT INTO tag_readings VALUES ('PGroonga', 'ピージールンガ');
 INSERT INTO tag_readings VALUES ('pglogical', 'ピージーロジカル');
 ```
 
-You need to create indexes against tag names and tag readings. It's important that `pgroonga.text_term_search_ops_v2` operator class is used for `tags.name` and `tar_readings.katakana`.
+You need to create indexes against tag names and tag readings. It's important that `pgroonga.text_term_search_ops_v2` operator class is used for `tags.name` and `tag_readings.katakana`.
 
 ```sql
 CREATE INDEX pgrn_tags_index ON tags
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index