diff options
author | transifex-bot <localization@puppet.com> | 2017-05-05 09:22:22 -0700 |
---|---|---|
committer | transifex-bot <localization@puppet.com> | 2017-05-05 09:22:22 -0700 |
commit | efec5109c8b08427bc679413bb360554c19aceec (patch) | |
tree | ec3318dd3aee9fb4474fccf0f02b9b3ff5a262a6 /readmes | |
parent | e6e87765d4cad6e20afc031fec5775f245eb0f74 (diff) |
Updating translations for readmes/README_ja_JP.md
Diffstat (limited to 'readmes')
-rw-r--r-- | readmes/README_ja_JP.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/readmes/README_ja_JP.md b/readmes/README_ja_JP.md index 7b8da94..cbbcf3c 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. **'/'** パス区切り文字。 (オプション、デフォルトは*'/'*) |