Skip to content

Commit 5eebb74

Browse files
committed
Updating translations for readmes/README_ja_JP.md
1 parent 7197484 commit 5eebb74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readmes/README_ja_JP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ $value = dig44($data, ['a', 'b', 'c', 'd'], 'not_found')
778778
1. **$data** 取り扱うデータ構造。
779779
2. **['a', 'b', 2]** パス配列。
780780
3. **'not_found'** デフォルト値。何も見つからない場合に返されます。
781-
オプション、デフォルトは*`undef`*
781+
(オプション、デフォルトは`undef`)
782782

783783
#### `dirname`
784784

@@ -1745,7 +1745,7 @@ $value = try_get_value($data, 'a|b', [], '|')
17451745
1. **$data** 取り扱うデータ構造。
17461746
2. **'a/b/2'** パス文字列。
17471747
3. **'not_found'** デフォルト値。何も見つからない場合に返されます。
1748-
オプション、デフォルトは*`undef`*
1748+
(オプション、デフォルトは`undef`)
17491749
4. **'/'** パス区切り文字。
17501750
(オプション、デフォルトは*'/'*)
17511751

0 commit comments

Comments
 (0)