Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
akrabat committed Nov 29, 2015
1 parent 1b08820 commit d7085ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slim/Route.php
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ public function prepare(ServerRequestInterface $request, array $arguments)
*/
public function run(ServerRequestInterface $request, ResponseInterface $response)
{
// Lazy route finalize
// Finalise route now that we are about to run it
$this->finalize();

// Traverse middleware stack and fetch updated response
Expand Down

0 comments on commit d7085ac

Please sign in to comment.