diff --git a/core/lib/Drupal/Core/Annotation/Translation.php b/core/lib/Drupal/Core/Annotation/Translation.php index 90fe5e02d59d..14fdda986e59 100644 --- a/core/lib/Drupal/Core/Annotation/Translation.php +++ b/core/lib/Drupal/Core/Annotation/Translation.php @@ -23,7 +23,7 @@ use Drupal\Core\StringTranslation\TranslatableMarkup; * * To provide replacement values for placeholders, use the "arguments" array: * @code - * title = @ Translation("Bundle !title", arguments = {"!title" = "Foo"}), + * title = @ Translation("Bundle @title", arguments = {"@title" = "Foo"}), * @endcode * * It is also possible to provide a context with the text, similar to t():