Skip to content

Commit 2b2d941

Browse files
Guillaume PinotCreepySkeleton
Guillaume Pinot
authored andcommitted
Fix first doc example for a practical one
fixes TeXitoi#389
1 parent 891b25a commit 2b2d941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
//!
9090
//! /// File name: only required when `out` is set to `file`
9191
//! #[structopt(name = "FILE", required_if("out_type", "file"))]
92-
//! file_name: String,
92+
//! file_name: Option<String>,
9393
//! }
9494
//!
9595
//! fn main() {

0 commit comments

Comments
 (0)