From 7eaeebc5862ebf27aa08b7a4120b9162dda85cd0 Mon Sep 17 00:00:00 2001
From: Jennifer Hodgdon <yahgrp@poplarware.com>
Date: Fri, 17 Oct 2014 12:31:52 -0700
Subject: [PATCH] Issue #2358911 by chx: Fix docs for ViewsArgumentValidator
 annotation class

---
 core/modules/views/src/Annotation/ViewsArgumentValidator.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/modules/views/src/Annotation/ViewsArgumentValidator.php b/core/modules/views/src/Annotation/ViewsArgumentValidator.php
index 1582f8a07d1b..a5f1ee396a94 100644
--- a/core/modules/views/src/Annotation/ViewsArgumentValidator.php
+++ b/core/modules/views/src/Annotation/ViewsArgumentValidator.php
@@ -10,7 +10,7 @@
 use Drupal\views\Annotation\ViewsPluginAnnotationBase;
 
 /**
- * Defines a Plugin annotation object for views argument default plugins.
+ * Defines a Plugin annotation object for views argument validator plugins.
  *
  * @see \Drupal\views\Plugin\views\argument_validator\ArgumentValidatorPluginBase
  *
-- 
GitLab