From 131ea23fe23ee4c52b699d9823a298be86fd49a5 Mon Sep 17 00:00:00 2001 From: kenjis Date: Tue, 14 Jul 2015 18:11:36 +0900 Subject: [PATCH] Fix RST --- create_framework/routing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_framework/routing.rst b/create_framework/routing.rst index 6bbb46f64b8..c9456b02b04 100644 --- a/create_framework/routing.rst +++ b/create_framework/routing.rst @@ -158,7 +158,7 @@ With this knowledge in mind, let's write the new version of our framework:: $response->send(); -There are a few new things in the code:: +There are a few new things in the code: * Route names are used for template names;