From 5eebb740589a9f128b8d6a5cb7e40a347562f5fb Mon Sep 17 00:00:00 2001 From: transifex-bot Date: Fri, 5 May 2017 10:02:42 -0700 Subject: Updating translations for readmes/README_ja_JP.md --- readmes/README_ja_JP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'readmes') diff --git a/readmes/README_ja_JP.md b/readmes/README_ja_JP.md index 1587153..ae74d25 100644 --- a/readmes/README_ja_JP.md +++ b/readmes/README_ja_JP.md @@ -778,7 +778,7 @@ $value = dig44($data, ['a', 'b', 'c', 'd'], 'not_found') 1. **$data** 取り扱うデータ構造。 2. **['a', 'b', 2]** パス配列。 3. **'not_found'** デフォルト値。何も見つからない場合に返されます。 - (オプション、デフォルトは*`undef`*) + (オプション、デフォルトは`undef`) #### `dirname` @@ -1745,7 +1745,7 @@ $value = try_get_value($data, 'a|b', [], '|') 1. **$data** 取り扱うデータ構造。 2. **'a/b/2'** パス文字列。 3. **'not_found'** デフォルト値。何も見つからない場合に返されます。 - (オプション、デフォルトは*`undef`*) + (オプション、デフォルトは`undef`) 4. **'/'** パス区切り文字。 (オプション、デフォルトは*'/'*) -- cgit v1.2.3