diff --git a/core/modules/views/src/Plugin/views/style/DefaultStyle.php b/core/modules/views/src/Plugin/views/style/DefaultStyle.php
index 60aa9bd3b2..2fabcc711f 100644
--- a/core/modules/views/src/Plugin/views/style/DefaultStyle.php
+++ b/core/modules/views/src/Plugin/views/style/DefaultStyle.php
@@ -19,7 +19,7 @@
 class DefaultStyle extends StylePluginBase {
 
   /**
-   * Does the style plugin allows to use style plugins.
+   * To use Row plugins.
    *
    * @var bool
    */
diff --git a/core/modules/views/src/Plugin/views/style/Grid.php b/core/modules/views/src/Plugin/views/style/Grid.php
index 938c1b5236..95fdbe0a04 100644
--- a/core/modules/views/src/Plugin/views/style/Grid.php
+++ b/core/modules/views/src/Plugin/views/style/Grid.php
@@ -21,7 +21,7 @@
 class Grid extends StylePluginBase {
 
   /**
-   * Does the style plugin allows to use style plugins.
+   * To use Row plugins.
    *
    * @var bool
    */
diff --git a/core/modules/views/src/Plugin/views/style/HtmlList.php b/core/modules/views/src/Plugin/views/style/HtmlList.php
index a6df09d2b2..dd8c1d5956 100644
--- a/core/modules/views/src/Plugin/views/style/HtmlList.php
+++ b/core/modules/views/src/Plugin/views/style/HtmlList.php
@@ -20,7 +20,7 @@
 class HtmlList extends StylePluginBase {
 
   /**
-   * Does the style plugin allows to use style plugins.
+   * To use Row plugins.
    *
    * @var bool
    */
diff --git a/core/modules/views/src/Plugin/views/style/StylePluginBase.php b/core/modules/views/src/Plugin/views/style/StylePluginBase.php
index 8fb5cb5bd8..6e71383776 100644
--- a/core/modules/views/src/Plugin/views/style/StylePluginBase.php
+++ b/core/modules/views/src/Plugin/views/style/StylePluginBase.php
@@ -50,7 +50,7 @@
   protected $rowTokens = [];
 
   /**
-   * Does the style plugin allows to use style plugins.
+   * To use Row plugins.
    *
    * @var bool
    */
diff --git a/core/modules/views/src/Plugin/views/style/Table.php b/core/modules/views/src/Plugin/views/style/Table.php
index 00e28b3c6d..1ac13e1628 100644
--- a/core/modules/views/src/Plugin/views/style/Table.php
+++ b/core/modules/views/src/Plugin/views/style/Table.php
@@ -30,7 +30,7 @@ class Table extends StylePluginBase implements CacheableDependencyInterface {
   protected $usesFields = TRUE;
 
   /**
-   * Does the style plugin allows to use style plugins.
+   * To use Row plugins.
    *
    * @var bool
    */
