From 8b57d38a55b690d91d0fa886be17d1b462e43d1e Mon Sep 17 00:00:00 2001 From: Jonathan Samines Date: Tue, 28 Dec 2021 03:38:57 -0600 Subject: [PATCH] Fix Hoek.reach() docs formatting issue (#376) --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index ce68330..c81fb2d 100755 --- a/API.md +++ b/API.md @@ -229,7 +229,7 @@ Converts an object key chain string or array to reference - `default` - value to return if the path or value is not present, default is `undefined` - `strict` - if `true`, will throw an error on missing member, default is `false` - `functions` - if `true`, allow traversing functions for properties. `false` will throw an - error if a function is part of the chain. Defaults to `true. + error if a function is part of the chain. Defaults to `true`. - `iterables` - if `true`, allows traversing Set and Map objects. `false` will result in `undefined` return value is the chain contains any Set or Map objects. Note that enabling `iterables` can impact performance by up to 10% for all calls regardless of the presence of