Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdb59374

Browse files
committed
fixed typo
1 parent9bc692f commitdb59374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎book/part12.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ them. Objects will be created on-demand when you access them from the
151151
container or when the container needs them to create other objects.
152152

153153
For instance, to create the router listener, we tell Symfony that its class
154-
name is ``Symfony\Component\HttpKernel\EventListener\RouterListeners``, and
154+
name is ``Symfony\Component\HttpKernel\EventListener\RouterListener``, and
155155
that its constructor takes a matcher object (``new Reference('matcher')``). As
156156
you can see, each object is referenced by a name, a string that uniquely
157157
identifies each object. The name allows us to get an object and to reference

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp