diff --git a/core/modules/user/user.api.php b/core/modules/user/user.api.php index 977a50e..6ddae3b 100644 --- a/core/modules/user/user.api.php +++ b/core/modules/user/user.api.php @@ -110,7 +110,7 @@ function hook_user_cancel_methods_alter(&$methods) { * $account->getDisplayName() is too revealing. * * @param string|Drupal\Component\Render\MarkupInterface $name - * The value that @account->getDisplayName will return. If it is a string it + * The value that $account->getDisplayName will return. If it is a string it * will be auto-escaped. If it is a MarkupInterface object it is HTML * escaped. Either is safe to be printed within HTML fragments. * @param \Drupal\Core\Session\AccountInterface $account