Docblock/Tags/Author: fix typo in method docblock

This commit is contained in:
jrfnl
2021-08-01 05:16:32 +02:00
parent 8719cc12e2
commit d73732391f
+1 -1
View File
@@ -83,7 +83,7 @@ final class Author extends BaseTag implements Factory\StaticMethod
}
/**
* 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
{