Skip to content

Commit e82709b

Browse files
adetaylorTeXitoi
authored andcommitted
Fix documentation typo.
1 parent ed160ae commit e82709b

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
@@ -254,7 +254,7 @@
254254
//!
255255
//! - `author`: `author [= "author"]`
256256
//!
257-
//! Usable only on top level: `App::author("author" or env!(CARGO_PKG_AUTHOR))`.
257+
//! Usable only on top level: `App::author("author" or env!(CARGO_PKG_AUTHORS))`.
258258
//!
259259
//! Author/maintainer of the binary, this name appears in help messages.
260260
//! Defaults to the crate author given by cargo, but only when `author` explicitly mentioned.

0 commit comments

Comments
 (0)