From 37d04bb360ff67d19a65b2aac83099823f772918 Mon Sep 17 00:00:00 2001 From: Paula McMaw Date: Fri, 5 May 2017 17:43:41 +0100 Subject: Removing italics for 'undef' value This causes issues with displaying a Japanese translation. It struggles rendering the `) therefore removing italics. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` -- cgit v1.2.3