Skip to content

Commit

Permalink
Fix wonky sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
skade committed Nov 27, 2023
1 parent d80d690 commit e89bf73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/tutorial/cli/image-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ called `Result::unwrap()` on an `Err` value: IoError(Os { code: 2, kind: NotFoun
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
```

Expected output when you pass the file actually exists.
Expected output when you pass a file that exists.

```console
$ cargo run -- kongelige-slott.jpg 1977
Expand Down

0 comments on commit e89bf73

Please sign in to comment.