diff --git a/src/DocBlock/Tags/Author.php b/src/DocBlock/Tags/Author.php index d1207571..c79df870 100644 --- a/src/DocBlock/Tags/Author.php +++ b/src/DocBlock/Tags/Author.php @@ -83,7 +83,7 @@ public function __toString() : string } /** - * Attempts to create a new Author object based on †he tag body. + * Attempts to create a new Author object based on the tag body. */ public static function create(string $body) : ?self {