Skip to content

Commit

Permalink
[#263] change variable - currentDate from description.es.yml, descrip…
Browse files Browse the repository at this point in the history
…tion.ru.yml
  • Loading branch information
ribkavmore committed Sep 28, 2023
1 parent a047192 commit 229dbdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ theory: |
// Пример с другими объектами
// Извлекает текущий день
currentdate.getDayOfMonth();
currentDate.getDayOfMonth();
// Проверка того, что файл существует
file.exists();
```
Expand Down

0 comments on commit 229dbdf

Please sign in to comment.