diff --git a/modules/35-methods-using/500-methods-variants/description.es.yml b/modules/35-methods-using/500-methods-variants/description.es.yml index e51b03e5..7539ffbc 100644 --- a/modules/35-methods-using/500-methods-variants/description.es.yml +++ b/modules/35-methods-using/500-methods-variants/description.es.yml @@ -35,7 +35,7 @@ theory: | // Ejemplos con otros objetos // Obtiene el día actual - currentdate.getDayOfMonth(); + currentDate.getDayOfMonth(); // Comprueba si el archivo existe file.exists(); ``` diff --git a/modules/35-methods-using/500-methods-variants/description.ru.yml b/modules/35-methods-using/500-methods-variants/description.ru.yml index 2a008ddc..3e74d629 100644 --- a/modules/35-methods-using/500-methods-variants/description.ru.yml +++ b/modules/35-methods-using/500-methods-variants/description.ru.yml @@ -35,7 +35,7 @@ theory: | // Пример с другими объектами // Извлекает текущий день - currentdate.getDayOfMonth(); + currentDate.getDayOfMonth(); // Проверка того, что файл существует file.exists(); ```