diff --git a/core/lib/Drupal/Component/Plugin/Attribute/Plugin.php b/core/lib/Drupal/Component/Plugin/Attribute/Plugin.php
index 75c2562229a874f0486bfb536f23f460def8c0cb..6456bea89ead9c805737e67416988ffc6c421b02 100644
--- a/core/lib/Drupal/Component/Plugin/Attribute/Plugin.php
+++ b/core/lib/Drupal/Component/Plugin/Attribute/Plugin.php
@@ -18,7 +18,7 @@ class Plugin extends AttributeBase {
    * Constructs a plugin attribute object.
    *
    * @param string $id
-   *   The attribute class ID.
+   *   The plugin ID.
    * @param class-string|null $deriver
    *   (optional) The deriver class.
    */