[Groonga-commit] pgroonga/pgroonga.github.io at 2c1eccd [master] Fix markup

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 15 23:39:04 JST 2015


Kouhei Sutou	2015-10-15 23:39:04 +0900 (Thu, 15 Oct 2015)

  New Revision: 2c1eccd15a4513da15083b43704a374ebab101ea
  https://github.com/pgroonga/pgroonga.github.io/commit/2c1eccd15a4513da15083b43704a374ebab101ea

  Message:
    Fix markup

  Modified files:
    _po/ja/tutorial/index.po
    ja/tutorial/index.md
    tutorial/index.md

  Modified: _po/ja/tutorial/index.po (+3 -3)
===================================================================
--- _po/ja/tutorial/index.po    2015-10-15 23:31:52 +0900 (bd7f117)
+++ _po/ja/tutorial/index.po    2015-10-15 23:39:04 +0900 (3b429ad)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2015-10-15 23:31+0900\n"
+"PO-Revision-Date: 2015-10-15 23:38+0900\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -173,8 +173,8 @@ msgid ""
 "```"
 msgstr ""
 
-msgid "See [%% operator](../reference/operators/match.html) for more details."
-msgstr "詳細は[%% operator](../reference/operators/match.html)を参照してください。"
+msgid "See [`%%` operator](../reference/operators/match.html) for more details."
+msgstr "詳細は[`%%` operator](../reference/operators/match.html)を参照してください。"
 
 msgid "#### `@@` operator"
 msgstr "#### `@@`演算子"

  Modified: ja/tutorial/index.md (+1 -1)
===================================================================
--- ja/tutorial/index.md    2015-10-15 23:31:52 +0900 (c26ea14)
+++ ja/tutorial/index.md    2015-10-15 23:39:04 +0900 (8e5ea97)
@@ -88,7 +88,7 @@ SELECT * FROM memos WHERE content %% '全文検索';
 -- (1 row)
 ```
 
-詳細は[%% operator](../reference/operators/match.html)を参照してください。
+詳細は[`%%` operator](../reference/operators/match.html)を参照してください。
 
 #### `@@`演算子
 

  Modified: tutorial/index.md (+1 -1)
===================================================================
--- tutorial/index.md    2015-10-15 23:31:52 +0900 (3f4bd58)
+++ tutorial/index.md    2015-10-15 23:39:04 +0900 (652209e)
@@ -88,7 +88,7 @@ SELECT * FROM memos WHERE content %% '全文検索';
 -- (1 row)
 ```
 
-See [%% operator](../reference/operators/match.html) for more details.
+See [`%%` operator](../reference/operators/match.html) for more details.
 
 #### `@@` operator
 
-------------- next part --------------
HTML����������������������������...
Download 



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