From 2e94ef14f5cf56b61d0e91bf92efb163bad97a74 Mon Sep 17 00:00:00 2001 From: froschdesign Date: Wed, 17 Feb 2016 20:24:47 +0100 Subject: [PATCH] [Docs] Removes wrong link - See #16 --- doc/book/generator/intro.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/book/generator/intro.md b/doc/book/generator/intro.md index bf452647..96084f9d 100644 --- a/doc/book/generator/intro.md +++ b/doc/book/generator/intro.md @@ -79,8 +79,7 @@ class World Another common use case is to update existing code -- for instance, to add a method to a class. In such a case, you must first inspect the existing code using reflection, and then add your new -method. `Zend\Code\Generator` makes this trivially simple, by leveraging -\[ZendCodeReflection\](zend.code.reflection). +method. `Zend\Code\Generator` makes this trivially simple, by leveraging `Zend\Code\Reflection`. As an example, let's say we've saved the above to the file `World.php`, and have already included it. We could then do the following: