Fix: The last example for typeof() is missing the result

fixes #5097
This commit is contained in:
Gunnar Beutner 2017-03-28 09:06:27 +02:00
parent 5d45c74be3
commit 39ca1b8460
1 changed files with 2 additions and 1 deletions

View File

@ -328,7 +328,8 @@ Example:
true
<4> => typeof([ 1, 2, 3]) == Array
true
<5> => typeof({ a = 2, b = 3}) == Dictionary
<5> => typeof({ a = 2, b = 3 }) == Dictionary
true
### <a id="global-functions-get_time"></a> get_time