diff --git a/core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php b/core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php index 361c962..6695db7 100644 --- a/core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php +++ b/core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php @@ -80,7 +80,7 @@ public function getDefinitions() { * Extracts the provider name from a Drupal namespace. * * @param string $namespace - * The namespace to extract the owner from. + * The namespace to extract the provider from. * * @return string|null * The matching provider name, or NULL otherwise.