diff options
author | Phil Burton <phil@d3r.com> | 2019-06-11 14:28:56 +0100 |
---|---|---|
committer | Phil Burton <phil@d3r.com> | 2019-06-11 14:28:56 +0100 |
commit | 3faffde695cd887abdc582f85c43fb2f57d305ed (patch) | |
tree | 471eafce2320ff818cb346e7f36a9557afdb741b /src/Etym.php | |
parent | 599cccd293035788793d680f8649ea737228fc56 (diff) |
Fix bad email in doc
Diffstat (limited to 'src/Etym.php')
-rw-r--r-- | src/Etym.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Etym.php b/src/Etym.php index b796a3a..0b2289c 100644 --- a/src/Etym.php +++ b/src/Etym.php @@ -34,7 +34,7 @@ class Etym * Search for and return etym defeiniton * * @return string - * @author Phil Burton <phil@d3r.com> + * @author Phil Burton <phil@pgburton.com> */ public function getDefinition(): string { |