diff --git a/core/modules/views/src/ViewStorageInterface.php b/core/modules/views/src/ViewStorageInterface.php index a482df0..d894452 100644 --- a/core/modules/views/src/ViewStorageInterface.php +++ b/core/modules/views/src/ViewStorageInterface.php @@ -41,7 +41,7 @@ public function mergeDefaultDisplaysOptions(); /** * Duplicates an existing display into a new display type. * - * This allows you to clone a page display as a block display. + * For example clone to display a page display as a block display. * * @param string $old_display_id * The origin of the duplicated display.