Skip to content

Commit

Permalink
Update src/lib.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: Guillaume P. <TeXitoi@users.noreply.github.com>
  • Loading branch information
CreepySkeleton and TeXitoi committed Dec 14, 2019
1 parent 78c0d0a commit 61065d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@
//! value the value will be derived from the field's name. This is controlled by
//! `#[structopt(rename_all_env)]`.
//!
//! `rename_all_env` works almost exactly as `rename_all` (including overriding)
//! `rename_all_env` works exactly as `rename_all` (including overriding)
//! except default casing is `SCREAMING_SNAKE_CASE` instead of `kebab-case`.
//!
//! ## Skipping fields
Expand Down

0 comments on commit 61065d0

Please sign in to comment.