From b735f12f62d8c00ad95ece4506cddd9e8a71abeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Thu, 12 Feb 2015 13:08:38 +0100 Subject: [PATCH] minor: typo fix in PHPDoc --- src/phpDocumentor/Reflection/DocBlock/Description.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phpDocumentor/Reflection/DocBlock/Description.php b/src/phpDocumentor/Reflection/DocBlock/Description.php index 39d9850..ee4f330 100644 --- a/src/phpDocumentor/Reflection/DocBlock/Description.php +++ b/src/phpDocumentor/Reflection/DocBlock/Description.php @@ -35,7 +35,7 @@ class Description implements \Reflector /** * Populates the fields of a description. * - * @param string $content The description's conetnts. + * @param string $content The description's content. * @param DocBlock $docblock The DocBlock which this description belongs to. */ public function __construct($content, DocBlock $docblock = null)