Skip to content

Commit 5e02445

Browse files
committed
docs: Small tweak to lib docs
1 parent 318e0ab commit 5e02445

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
//! ```
4141
//! *(See also [feature flag reference][_features])*
4242
//!
43-
//! Then in `main.rs`:
43+
//! Then define your CLI in `main.rs`:
4444
#![cfg_attr(not(feature = "derive"), doc = " ```ignore")]
4545
#![cfg_attr(feature = "derive", doc = " ```no_run")]
4646
#![doc = include_str!("../examples/demo.rs")]
4747
//! ```
4848
//!
49-
//! Then try it out:
49+
//! And try it out:
5050
#![doc = include_str!("../examples/demo.md")]
5151
//!
5252
//! See also the derive [tutorial][_derive::_tutorial] and [reference][_derive]

0 commit comments

Comments
 (0)