Skip to content

Commit

Permalink
Update 0756-helper-default-manager.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 authored Feb 3, 2023
1 parent 42dd05a commit a7a1462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0756-helper-default-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ setHelperManager(() => DEFAULT_HELPER_MANAGER, Function.prototype);
- when the "helper" is created, the function is not invoked
- when `getValue` is invoked,
- the function is invoked with the named arguments all grouped into the last arg
- if no named arguments are given, an empty object is used instead to allow lessish checking in userland
- if no named arguments are given, an empty object is used instead to allow less nullish checking in userland
- to register this helper manager, it should occur during app boot so developers do not need to import anything to
trigger the `setHelperManager` call
Expand Down

0 comments on commit a7a1462

Please sign in to comment.