From a6b5c7171dffd0e5d6e55de0eee02d1c2d40399e Mon Sep 17 00:00:00 2001 From: sharnoff <29154784+sharnoff@users.noreply.github.com> Date: Wed, 21 Dec 2022 10:50:32 -0800 Subject: [PATCH] grammar/typo: it's -> its --- src/welcome-day-1/what-is-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/welcome-day-1/what-is-rust.md b/src/welcome-day-1/what-is-rust.md index 3d9129a8..8b33615a 100644 --- a/src/welcome-day-1/what-is-rust.md +++ b/src/welcome-day-1/what-is-rust.md @@ -1,6 +1,6 @@ # What is Rust? -Rust is new programming language which had it's 1.0 release in 2015: +Rust is new programming language which had its 1.0 release in 2015: * Rust is a statically compiled language in a similar role as C++ * `rustc` uses LLVM as its backend.