YUKI Hiroshi
null+****@clear*****
Mon Feb 17 20:24:42 JST 2014
YUKI Hiroshi 2014-02-17 20:24:42 +0900 (Mon, 17 Feb 2014) New Revision: 82e015587f06f6790a036e63473fd471f7ed6018 https://github.com/droonga/droonga.org/commit/82e015587f06f6790a036e63473fd471f7ed6018 Message: Fix typo Modified files: _po/ja/reference/plugin/matching-pattern/index.po reference/plugin/matching-pattern/index.md Modified: _po/ja/reference/plugin/matching-pattern/index.po (+2 -2) =================================================================== --- _po/ja/reference/plugin/matching-pattern/index.po 2014-02-17 20:20:48 +0900 (44673da) +++ _po/ja/reference/plugin/matching-pattern/index.po 2014-02-17 20:24:42 +0900 (a07f74d) @@ -66,7 +66,7 @@ msgid "" " {\n" " \"type\": \"add.result\",\n" " \"body\": {\n" -" \"result\": true\n" +" \"success\": true\n" " }\n" " }" msgstr "" @@ -78,7 +78,7 @@ msgid "" " {\n" " \"type\": \"add.result\",\n" " \"body\": {\n" -" \"result\": false\n" +" \"success\": false\n" " }\n" " }" msgstr "" Modified: reference/plugin/matching-pattern/index.md (+2 -2) =================================================================== --- reference/plugin/matching-pattern/index.md 2014-02-17 20:20:48 +0900 (5b913b3) +++ reference/plugin/matching-pattern/index.md 2014-02-17 20:24:42 +0900 (0b71cce) @@ -35,7 +35,7 @@ This matches to messages like: { "type": "add.result", "body": { - "result": true + "success": true } } @@ -44,7 +44,7 @@ Not matches to: { "type": "add.result", "body": { - "result": false + "success": false } } -------------- next part -------------- HTML����������������������������...Download