From ffd4772156a26ff3845fb36d2f5dbd113fa579e1 Mon Sep 17 00:00:00 2001 From: halvnykterist <52579856+halvnykterist@users.noreply.github.com> Date: Mon, 25 Oct 2021 23:14:44 +0300 Subject: [PATCH] Typo possessive "it" is "its" --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 0411ea5..f0760ca 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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`! Or perhaps optional argument //! that optionally takes value (`[--opt=[val]]`)? Use `Option>`! //!