Skip to content

Commit

Permalink
Fix Hoek.reach() docs formatting issue (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansamines authored Dec 28, 2021
1 parent 0d61497 commit 8b57d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b57d38

Please sign in to comment.