Merge pull request #283 from jrfnl/feature/docs-minor-fix

Docblock/Tags/Author: fix typo in method docblock
This commit is contained in:
Jaap van Otterdijk
2021-08-01 22:19:28 +02:00
committed by GitHub
+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
{