Skip to content

Commit

Permalink
Fix typo and trailing whitespace (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
stomar authored and Dylan-DPC committed Oct 31, 2019
1 parent 7077862 commit ce8895b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/in-depth/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and a manual (`man`) page.

Both can be automatically generated
when using `clap` v3 (in unreleased alpha,
at time of writing), via the `man`backend.
at time of writing), via the `man` backend.

```rust,ignore
#[derive(Clap)]
Expand Down Expand Up @@ -50,7 +50,7 @@ fn main() {
```

When you now compile your application
there will be a `head.1` file
there will be a `head.1` file
in your project directory.

If you open that in `man`
Expand Down

0 comments on commit ce8895b

Please sign in to comment.