Skip to content

Commit

Permalink
Corrected levels
Browse files Browse the repository at this point in the history
  • Loading branch information
larsvilhuber committed Sep 12, 2024
1 parent ff9918b commit d5cb6d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 05-robust-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if $redownload == 1 {
}
```

### Robust download code (2)
## Robust download code (2)

Automatically download the file again if not there.

Expand All @@ -39,7 +39,7 @@ if $redownload == 1 {
...
```

### Robust download code (3)
## Robust download code (3)

What if the file has changed?

Expand Down

0 comments on commit d5cb6d9

Please sign in to comment.