From c4b255f3043aea86618b417a3e53310563e28c1e Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 8 Jan 2011 15:18:32 +0100 Subject: [PATCH] fixed doc markup --- doc/recipes.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/recipes.rst b/doc/recipes.rst index 3387a35..3add4b7 100644 --- a/doc/recipes.rst +++ b/doc/recipes.rst @@ -240,4 +240,4 @@ does not return ``false``. As the resolution of functions and filters is done during compilation, there is no overhead when registering these callbacks. -.. _callback:: http://www.php.net/manual/en/function.is-callable.php +.. _callback: http://www.php.net/manual/en/function.is-callable.php -- 1.7.2.5