Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit c9b8371

Browse files
committed
Fixed typo
1 parent ffcc153 commit c9b8371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/routing_auto/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ The ``Topic`` document would then need to implement the methods named above as
209209
follows::
210210

211211
// src/Acme/ForumBundle/Document/Topic.php
212-
namespace Acme/ForumBundle/Document;
212+
namespace Acme\ForumBundle\Document;
213213

214214
class Topic
215215
{

0 commit comments

Comments
 (0)