diff --git a/src/TagBagInterface.php b/src/TagBagInterface.php index 3f8d097..d61b1a6 100644 --- a/src/TagBagInterface.php +++ b/src/TagBagInterface.php @@ -11,7 +11,7 @@ interface TagBagInterface public function add(TagInterface $tag): void; /** - * If the tag is empty, it renders an empty string, i.e. '' + * If the tag bag is empty, it renders an empty string, i.e. '' * * NOTICE: All tags are removed from the tag bag when this method is called */