This repository was archived by the owner on Apr 21, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 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('$')
8888
8989// If you want to indirectly resolve the container itself, it can be done only
9090// with the methods:
91- // - resolveConstructor
92- // - resolveAsyncConstructor
91+ // - registerConstructor
92+ // - registerAsyncConstructor
9393// This is because they have "privileged" information about the container's
9494// type, while relying on `register` or `registerAsync` plus "combinators" does
9595// 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('$')
8888
8989// If you want to indirectly resolve the container itself, it can be done only
9090// with the methods:
91- // - resolveConstructor
92- // - resolveAsyncConstructor
91+ // - registerConstructor
92+ // - registerAsyncConstructor
9393// This is because they have "privileged" information about the container's
9494// type, while relying on `register` or `registerAsync` plus "combinators" does
9595// not allow us to leverage that information.
You can’t perform that action at this time.
0 commit comments