Skip to content

Commit

Permalink
Fixes on tutorial code
Browse files Browse the repository at this point in the history
  • Loading branch information
luisrodero-fidesmo committed Jul 25, 2023
1 parent 29e5437 commit beeb699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ here](https://github.com/lrodero/cats-effect-tutorial/blob/series/3.x/src/main/s
The program can be run from `sbt` just by issuing this call:

```scala
> runMain catseffecttutorial.CopyFile origin.txt destination.txt
> runMain catseffecttutorial.copyfile.CopyFile origin.txt destination.txt
```

It can be argued that using `IO{java.nio.file.Files.copy(...)}` would get an
Expand Down

0 comments on commit beeb699

Please sign in to comment.