Skip to content

Commit 375ecf7

Browse files
ducinweaverryan
authored andcommitted
fixed wrong lines number in book/controller/simple_controller
1 parent 9fa129b commit 375ecf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ a controller object. Controllers are also called *actions*.
117117

118118
This controller is pretty straightforward, but let's walk through it:
119119

120-
* *line 3*: Symfony2 takes advantage of PHP 5.3 namespace functionality to
120+
* *line 4*: Symfony2 takes advantage of PHP 5.3 namespace functionality to
121121
namespace the entire controller class. The ``use`` keyword imports the
122122
``Response`` class, which our controller must return.
123123

0 commit comments

Comments
 (0)