diff options
author | Jean B <jean@puppet.com> | 2017-05-05 09:46:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-05 09:46:23 -0700 |
commit | 719748437574b8df44536dcd078deae324d87d87 (patch) | |
tree | de4e68d45acd3f7c0cc887a26e6523a0a00a0014 | |
parent | c736db27609c1413b7033d57b731df453fdcf1cf (diff) | |
parent | 37d04bb360ff67d19a65b2aac83099823f772918 (diff) |
Merge pull request #768 from pmcmaw/removeitalics
Removing italics for 'undef' value
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index bfef108..1fd5697 100644 --- a/README.markdown +++ b/README.markdown @@ -778,7 +778,7 @@ $value = dig44($data, ['a', 'b', 'c', 'd'], 'not_found') 1. **$data** The data structure we are working with. 2. **['a', 'b', 2]** The path array. 3. **'not_found'** The default value. It will be returned if nothing is found. - (optional, defaults to *`undef`*) + (optional, defaults to `undef`) #### `dirname` |