This repository was archived by the owner on Apr 21, 2024. It is now read-only.
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ const resolvedContainer = container.resolve('$')
88
88
89
89
// If you want to indirectly resolve the container itself, it can be done only
90
90
// with the methods:
91
- // - resolveConstructor
92
- // - resolveAsyncConstructor
91
+ // - registerConstructor
92
+ // - registerAsyncConstructor
93
93
// This is because they have "privileged" information about the container's
94
94
// type, while relying on `register` or `registerAsync` plus "combinators" does
95
95
// not allow us to leverage that information.
Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ const resolvedContainer = container.resolve('$')
88
88
89
89
// If you want to indirectly resolve the container itself, it can be done only
90
90
// with the methods:
91
- // - resolveConstructor
92
- // - resolveAsyncConstructor
91
+ // - registerConstructor
92
+ // - registerAsyncConstructor
93
93
// This is because they have "privileged" information about the container's
94
94
// type, while relying on `register` or `registerAsync` plus "combinators" does
95
95
// not allow us to leverage that information.
You can’t perform that action at this time.
0 commit comments