diff options
Diffstat (limited to 'app/class/Opt.php')
-rw-r--r-- | app/class/Opt.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/class/Opt.php b/app/class/Opt.php index 7ffbd62..e920cb7 100644 --- a/app/class/Opt.php +++ b/app/class/Opt.php @@ -106,9 +106,9 @@ class Opt extends Item } /** - * Get the link list for each tags of an page + * Get the link list for each tags of a page * - * @param array $taglist List of tag to be + * @param array $taglist List of tag to be abalysed * @return string html code to be printed */ public function taglinks(array $taglist = []): string |