diff options
author | Paula McMaw <paula@puppet.com> | 2017-05-05 17:43:41 +0100 |
---|---|---|
committer | Paula McMaw <paula@puppet.com> | 2017-05-05 17:43:41 +0100 |
commit | 37d04bb360ff67d19a65b2aac83099823f772918 (patch) | |
tree | de4e68d45acd3f7c0cc887a26e6523a0a00a0014 | |
parent | c736db27609c1413b7033d57b731df453fdcf1cf (diff) |
Removing italics for 'undef' value
This causes issues with displaying a Japanese translation. It struggles
rendering the `) therefore removing italics.
-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` |