Skip to content

Commit

Permalink
Merge pull request #264 from dariakoval/fix_variable
Browse files Browse the repository at this point in the history
[#263] change variable - currentDate
  • Loading branch information
fey authored Sep 28, 2023
2 parents a047192 + 229dbdf commit cf92942
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 cf92942

Please sign in to comment.