1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-02 06:32:19 +02:00

grammar/typo: it's -> its

This commit is contained in:
sharnoff 2022-12-21 10:50:32 -08:00 committed by Andrew Walbran
parent a96f48456d
commit a6b5c7171d

View File

@ -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.