diff --git a/core/lib/Drupal/Core/Utility/CacheArray.php b/core/lib/Drupal/Core/Utility/CacheArray.php index bba2bc4e252c48a1b006c37d3ce19f69ed0f39a0..0b31039d5ab2ef52797caaa6891fce833b6a4a73 100644 --- a/core/lib/Drupal/Core/Utility/CacheArray.php +++ b/core/lib/Drupal/Core/Utility/CacheArray.php @@ -38,9 +38,8 @@ * otherwise, will fail silently. So $var = &$object['foo'] will not throw an * error, and $var will be populated with the contents of $object['foo'], but * that data will be passed by value, not reference. For more information on - * the PHP limitation, see the note in the official PHP documentation atá - * http://php.net/manual/arrayaccess.offsetget.php on - * ArrayAccess::offsetGet(). + * the PHP limitation, see the note in the official PHP documentation at + * http://php.net/manual/arrayaccess.offsetget.php on ArrayAccess::offsetGet(). * * By default, the class accounts for caches where calling functions might * request keys in the array that won't exist even after a cache rebuild. This