Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 5881289

Browse files
authored
Merge pull request #9334 from #9334
[Imported] Remove incorrect content for Dependency injection page
2 parents 776b511 + 2db57f4 commit 5881289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/v2.3/extension-dev-guide/depend-inj.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class Builder
8585

8686
### Constructor injection
8787

88-
In the code sample, the `Builder` class declares its dependency on the `Factory` and `Menu` classes in its constructor.
88+
In the code sample, the `Builder` class declares its dependency on the `Factory` class in its constructor.
8989
Magento uses the `di.xml` file to determine which implementations to inject into the `Builder` class.
9090

9191
#### Optional dependencies

0 commit comments

Comments
 (0)