diff --git a/core/lib/Drupal/Core/Language/LanguageManager.php b/core/lib/Drupal/Core/Language/LanguageManager.php
index 88436df..737a1c4 100644
--- a/core/lib/Drupal/Core/Language/LanguageManager.php
+++ b/core/lib/Drupal/Core/Language/LanguageManager.php
@@ -113,8 +113,8 @@ public function getLanguage($type) {
    * Resets the given language type or all types if none specified.
    *
    * @param string $type
-   *   The language type to reset, e.g. LANGUAGE_TYPE_INTERFACE, or NULL to reset
-   *   all language types.
+   *   The language type to reset, e.g. LANGUAGE_TYPE_INTERFACE, or NULL to
+   *   reset all language types.
    */
   public function reset($type = NULL) {
     if (!isset($type)) {
