diff --git a/program/lib/Roundcube/spellchecker/atd.php b/program/lib/Roundcube/spellchecker/atd.php index 94c2d2d8464..52061c7d77a 100644 --- a/program/lib/Roundcube/spellchecker/atd.php +++ b/program/lib/Roundcube/spellchecker/atd.php @@ -18,12 +18,11 @@ */ /** - * Spellchecking backend implementation to work with an After the Deadline service + * Spellchecking backend implementation to work with an After the Deadline service. + * See https://www.afterthedeadline.com/ for more information. * * @package Framework * @subpackage Utils - * - * See https://www.afterthedeadline.com/ for more information */ class rcube_spellchecker_atd extends rcube_spellchecker_engine {