Skip to content

Commit

Permalink
di-configuration: Fix typo in example code (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubboucek authored and dg committed Jun 12, 2018
1 parent 6eb63b6 commit 7103dad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cs/di-configuration.texy
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Kromě vytvoření instance třídy lze volat i metodu:


/--neon /--neon
services: services:
database: Database::create(root, password) database: Database::create(root, secret)
\-- \--


Vygenerovaný kód: Vygenerovaný kód:
Expand Down
2 changes: 1 addition & 1 deletion en/di-configuration.texy
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ In addition to creating a class instance, you can also call the method:


/--neon /--neon
services: services:
database: Database::create(root, password) database: Database::create(root, secret)
\-- \--


Result: Result:
Expand Down

0 comments on commit 7103dad

Please sign in to comment.