@@ -145,7 +145,7 @@ format('An array of %l', ['foo', 10, true]);
Элементы массива приводятся к строке по логике спецификатора `%v`
-## `Errorf` class
+## `Errorf`
Конструктор класса передает аргументы функции `format`
для формирования сообщения об ошибке.
@@ -147,7 +147,7 @@ format('An array of %l', ['foo', 10, true]);
Array elements are converted to strings following the logic
of the `%v` specifier.
The class constructor passes arguments to the `format`
function to form an error message.