Skip to content

Commit

Permalink
docs: Fix code fence
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Sep 7, 2022
1 parent b7b12ea commit 69dd145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ fn verify_cli() {
Note: the idomatic / recommended way of specifying different types of args in the Builder API has changed:

Before
```rust:
```rust
.arg(Arg::new("flag").long("flag")) # --flag
.arg(Arg::new("option").long("option").takes_value(true)) # --option <option>
```
Expand Down

0 comments on commit 69dd145

Please sign in to comment.