Skip to content

Commit 7197484

Browse files
author
Jean B
authored
Merge pull request #768 from pmcmaw/removeitalics
Removing italics for 'undef' value
2 parents c736db2 + 37d04bb commit 7197484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ $value = dig44($data, ['a', 'b', 'c', 'd'], 'not_found')
778778
1. **$data** The data structure we are working with.
779779
2. **['a', 'b', 2]** The path array.
780780
3. **'not_found'** The default value. It will be returned if nothing is found.
781-
(optional, defaults to *`undef`*)
781+
(optional, defaults to `undef`)
782782
783783
#### `dirname`
784784

0 commit comments

Comments
 (0)