Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
possessive "it" is "its"
  • Loading branch information
halvnykterist authored and TeXitoi committed Oct 25, 2021
1 parent da1fff8 commit ffd4772
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 @@ -333,7 +333,7 @@
//!
//! ## Type magic
//!
//! One of major things that makes `structopt` so awesome is it's type magic.
//! One of major things that makes `structopt` so awesome is its type magic.
//! Do you want optional positional argument? Use `Option<T>`! Or perhaps optional argument
//! that optionally takes value (`[--opt=[val]]`)? Use `Option<Option<T>>`!
//!
Expand Down

0 comments on commit ffd4772

Please sign in to comment.